diff --git a/README.md b/README.md index dbc7284..83ed4b3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ sudo dokku plugin:install https://github.com/dokku/dokku-redis.git redis redis:backup Create a backup of the redis service to an existing s3 bucket redis:backup-auth Sets up authentication for backups on the redis service redis:backup-deauth Removes backup authentication for the redis service -redis:backup-schedule Schedules a backup of the redis service +redis:backup-schedule Schedules a backup of the redis service redis:backup-unschedule Unschedules the backup of the redis service redis:clone Create container then copy data from into redis:connect Connect via redis-cli to a redis service @@ -196,6 +196,7 @@ dokku redis:backup-deauth lolipop dokku redis:backup lolipop BUCKET_NAME # schedule a backup +# CRON_SCHEDULE is a crontab expression, eg. "0 3 * * *" for each day at 3am dokku redis:backup-schedule lolipop CRON_SCHEDULE BUCKET_NAME # remove the scheduled backup from cron