From 79bbba78d1b7e282bef16a7b285032707f575752 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 1 Jul 2013 21:24:34 +0200 Subject: [PATCH] changed cron config in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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