From 9ea880e80bc041e538d038c7a3246861df9bdb2e Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Wed, 11 Dec 2013 14:36:28 -0500 Subject: [PATCH] fix backup path --- Scripts/sogo.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sogo.cron b/Scripts/sogo.cron index 5e1450093..08aaa96bb 100644 --- a/Scripts/sogo.cron +++ b/Scripts/sogo.cron @@ -15,7 +15,7 @@ #* * * * * sogo /usr/sbin/sogo-ealarms-notify # Daily backups -# - writes to /home/sogo/backups/ by default +# - writes to ~sogo/backups/ by default # - will keep 31 days worth of backups by default # - runs once a day by default, but can run more frequently # - make sure to set the path to sogo-backup.sh correctly