From bc51b4042f9fc3979c2c9421e54388640cedd770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Tue, 3 May 2016 15:22:48 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c1d0ea4..da5ea3f3 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ $ docker run -v /var/run/docker.sock:/var/run/docker.sock:ro --rm -ti \ ## Environment variables +### CONPLICITY_FULL_IF_OLDER_THAN + +Perform a full backup if an incremental backup is requested, but the latest full backup in the collection is older than the given time. + +### CONPLICITY_REMOVE_OLDER_THAN + +Delete all backup sets older than the given time. + ### CONPLICITY_VOLUMES_BLACKLIST Comma separated list of named volumes to blacklist. @@ -69,7 +77,7 @@ When to perform a full backup defaults to 15D The parameters used to backup each volume can be fine-tuned using volume labels (requires Docker 1.11.0 or greater): - `io.conplicity.ignore=true` ignores the volume -- `io.conplicity.full_if_older_than=` sets the time period after which a full backup is performed. Defaults to the `FULL_IF_OLDER_THAN` environment variable value +- `io.conplicity.full_if_older_than=` sets the time period after which a full backup is performed. Defaults to the `CONPLICITY_FULL_IF_OLDER_THAN` environment variable value ## Providers