Add cron usage example in README
Following suggestion of benArrayx in issue #35
This commit is contained in:
parent
2f3af1ab4d
commit
2cd21d6e0b
1 changed files with 5 additions and 0 deletions
5
README
5
README
|
|
@ -142,6 +142,11 @@ COMMON USAGE EXAMPLES
|
|||
* Backup the script and gpg key (for safekeeping)
|
||||
$ duplicity-backup.sh [-c config_file] --backup-script
|
||||
|
||||
CRON USAGE EXAMPLE
|
||||
==================
|
||||
|
||||
41 3 * * * cd /path/to/duplicity-backup; ./duplicity-backup.sh -c /etc/duplicity-backup.conf -b
|
||||
|
||||
TROUBLESHOOTING
|
||||
===============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue