Update README.md

This commit is contained in:
TuRz4m 2015-11-13 14:21:52 +01:00
parent a9e52d1dca
commit a179f36264

View file

@ -58,8 +58,8 @@ __You can check all available command for arkmanager__ [here](https://github.com
You can easily configure automatic update and backup.
If you edit the file `/my/path/to/ark/crontab` you can add your crontab job.
For example :
`# Update the server every hours `
`0 * * * * arkmanager update --warn --update-mods >> /ark/log/crontab.log 2&>1 `
`# Update the server every hours`
`0 * * * * arkmanager update --warn --update-mods >> /ark/log/crontab.log 2&>1`
`# Backup the server each day at 00:00 `
`0 0 * * * arkmanager backup >> /ark/log/crontab.log 2&>1`
*You can check [this website](http://www.unix.com/man-page/linux/5/crontab/) for more information on cron.*