Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenewby committed Feb 7, 2020
1 parent 2f732bf commit b5d4f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Docker image to initialize, backup to, and restore from a Restic repository on A

4. `CRON_SCHEDULE="0 2 * * *"` - Schedule for cron job, _defaults to every day at 2:00 AM_ [syntax reference](https://en.wikipedia.org/wiki/Cron)

5. `FSBACKUP_MODE=[init|backup|restore]` -
5. `FSBACKUP_MODE=[init|backup|restore]` - `init` initializes the Restic repository at `$RESTIC_REPOSITORY` (only do this once); `backup` performs a backup; `restore` performs a restoration.

6. `LOGENTRIES_KEY` - (optional) If provided, the image will send command output to syslog with priority `user.info`.

Expand Down

0 comments on commit b5d4f04

Please sign in to comment.