Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Days is not supported by time.ParseDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogutierrez committed Mar 28, 2016
1 parent c14d1b1 commit 93fa81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/backup/run.sh
Expand Up @@ -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
Expand Down

0 comments on commit 93fa81b

Please sign in to comment.