From 95a72fc7c02d4648c59c23c9cc83d5e03191bd82 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 21 Oct 2018 17:25:48 -0600 Subject: [PATCH] readme: updated scheduling section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea8ce8..b1c174d 100644 --- a/README.md +++ b/README.md @@ -395,11 +395,11 @@ ## Scheduling: Cron ``` 2. Add your script command line and set the time. I'm assuming your script is - located at *'/root/NCscripts'*, all files are at their default locations and + located at *'/root/scripts'*, all files are at their default locations and you want to run your backup at 1:07am daily. ```Bash - 7 1 * * * /root/NCscripts/backup.sh -d /var/nc_data -n /usr/share/nginx/html/Mailcow -u www-data -l /var/log/backup.log -w /usr/share/nginx/html > /dev/null 2>&1 + 7 1 * * * /root/scripts/backup.sh -l /var/log/backup.log -w /usr/share/nginx/html > /dev/null 2>&1 ``` The last part redirects all output to 'null' and forwards any errors to