From 93fa81b6ff4e896a7aa4916f9d4ec0a514177dc4 Mon Sep 17 00:00:00 2001 From: Arturo Gutierrez Date: Mon, 28 Mar 2016 15:42:13 +0200 Subject: [PATCH] Days is not supported by time.ParseDuration --- examples/backup/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/backup/run.sh b/examples/backup/run.sh index 569b878..78076a7 100644 --- a/examples/backup/run.sh +++ b/examples/backup/run.sh @@ -4,7 +4,7 @@ # You may need to use a different tool if start-stop-daemon is not available for your Linux distribution. # Example crontab entry: -# 0 */2 * * * /path/to/backup/run.sh BUCKET BUCKET_PREFIX REPLICA_ID 30d +# 0 */2 * * * /path/to/backup/run.sh BUCKET BUCKET_PREFIX REPLICA_ID 720h # Every two hours, this will backup, delete backups older than 30 days, and garbage collect BUCKET=$1