Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
llamafilm committed Sep 17, 2022
1 parent 332fbab commit 74dc214
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ Add a cron job like this:
0 23 * * 1-5 /usr/local/bin/cf_backup /mnt/path/to/your/archive | logger -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.
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`.

If you need to talk to a remote database, configure options in `~/.my.cnf` e.g.
```
[client]
protocol=tcp
host=1.2.3.4
user=root
pass=password
host=
user=
pass=
```

### Usage
Expand Down

0 comments on commit 74dc214

Please sign in to comment.