david/sshbackup
david
/
sshbackup
Archived
1
0
Fork 0

changed cron config in readme

This commit is contained in:
david 2013-07-01 21:24:34 +02:00
parent f758c29c00
commit 79bbba78d1
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ sudo chmod +x /usr/bin/sshbackup
### scheduling
for doing reoccuring backups utilize cron to do the job.
for doing reoccuring backups utilize cron to do the job. type:
```sh
sudo crontab -e
```
and create cronjob(s) like following:
```text
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin