Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $ docker run --rm \

# Periodic Backups

The default cron setting for this container is: `0 0 4 * * *`. That's four o'clock in the morning UTC. You can set your own schedule with the environment variable `VOLUMERIZE_JOBBER_TIME`.
By default no periodic backup job is created. You can set your own schedule with the environment variable `VOLUMERIZE_JOBBER_TIME`.

You can set the time zone with the environment variable `TZ`.

Expand All @@ -221,6 +221,12 @@ $ docker run -d \

> Backups at three o'clock in the morning according to german local time.

If you would like to validate your job, you can list all active jobs using `docker exec volumerize jobber list`
~~~~
NAME STATUS SEC/MIN/HR/MDAY/MTH/WDAY NEXT RUN TIME NOTIFY ON SUCCESS NOTIFY ON ERR NOTIFY ON FAIL ERR HANDLER
VolumerizeBackupJob Good 0 0 4 * * * Sep 14 04:00:00 +0200 CEST Continue
~~~~

# Docker Container Restarts

This image can stop and start Docker containers before and after backup. Docker containers are specified using the environment variable `VOLUMERIZE_CONTAINERS`. Just enter their names in a empty space separated list.
Expand Down