Skip to content

Commit 74dc214

Browse files
committed
update README
1 parent 332fbab commit 74dc214

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ Add a cron job like this:
2121
0 23 * * 1-5 /usr/local/bin/cf_backup /mnt/path/to/your/archive | logger -t cf_backup
2222
```
2323

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.
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`.
2525

2626
If you need to talk to a remote database, configure options in `~/.my.cnf` e.g.
2727
```
28+
[client]
2829
protocol=tcp
29-
host=1.2.3.4
30-
user=root
31-
pass=password
30+
host=
31+
user=
32+
pass=
3233
```
3334

3435
### Usage

0 commit comments

Comments
 (0)