diff --git a/README.md b/README.md index 49bca7b..c3b7dee 100644 --- a/README.md +++ b/README.md @@ -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