Add cron usage example in README

Following suggestion of benArrayx in issue #35
This commit is contained in:
zertrin 2013-05-03 15:04:02 +03:00
parent 2f3af1ab4d
commit 2cd21d6e0b

5
README
View file

@ -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
===============