FIx cron example mistake

This commit is contained in:
Chris Dyer
2016-11-24 11:42:06 +00:00
committed by GitHub
parent 7341a03ff1
commit 8ee7863d87

View File

@@ -233,7 +233,7 @@ dokku postgres:backup-deauth lolipop
dokku postgres:backup lolipop BUCKET_NAME
# schedule a backup
# CRON_SCHEDULE is the crontab expression, eg. "0 0 1 1/1 * ? *" for each day at 1am
# CRON_SCHEDULE is the crontab expression, eg. "0 3 * * *" for each day at 3am
dokku postgres:backup-schedule lolipop CRON_SCHEDULE BUCKET_NAME
# remove the scheduled backup from cron