We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332fbab commit 74dc214Copy full SHA for 74dc214
README.md
@@ -21,14 +21,15 @@ Add a cron job like this:
21
0 23 * * 1-5 /usr/local/bin/cf_backup /mnt/path/to/your/archive | logger -t cf_backup
22
```
23
24
-This will schedule it for 11pm every weekday and pipe the logs to syslog. You can view the logs later with journalctl -t cf_backup.
+This will schedule it for 11pm every weekday and pipe the logs to syslog. You can view the logs later with `journalctl -t cf_backup`.
25
26
If you need to talk to a remote database, configure options in `~/.my.cnf` e.g.
27
28
+[client]
29
protocol=tcp
-host=1.2.3.4
30
-user=root
31
-pass=password
+host=
+user=
32
+pass=
33
34
35
### Usage
0 commit comments