From 7341a03ff166a45e07d24007f366b74938a986b5 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sat, 19 Nov 2016 11:11:39 +0000 Subject: [PATCH] Fix README discrepancy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b47944..263fc86 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git postgres postgres:backup Create a backup of the postgres service to an existing s3 bucket postgres:backup-auth Sets up authentication for backups on the postgres service postgres:backup-deauth Removes backup authentication for the postgres service -postgres:backup-schedule Schedules a backup of the postgres service +postgres:backup-schedule Schedules a backup of the postgres service postgres:backup-unschedule Unschedules the backup of the postgres service postgres:clone Create container then copy data from into postgres:connect Connect via psql to a postgres service @@ -233,6 +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 dokku postgres:backup-schedule lolipop CRON_SCHEDULE BUCKET_NAME # remove the scheduled backup from cron