From f8f21762b8c904811676603d3edd4d76a5e818f3 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal <40464775+daniel156161@users.noreply.github.com> Date: Sat, 22 Aug 2020 01:33:41 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f7127..cb021f6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ docker run --detach --volume $(pwd):/data --env PFSENSE_USER=backupuser --env PF - `PFSENSE_CRON_SCHEDULE` Optional. The cron schedule to use, should contain 5 items separated by spaces. This parameter is not validated. No default. - `PFSENSE_BACK_UP_RRD_DATA`. Optional. Should be either 1 or 0. This parameters is not validated. Include RRD data in the backup? 1=yes, 0=no. Default=1. - `PFSENSE_BACKUP_DESTINATION_DIR`. Optional. What is the destination directory to back up to. This directory must exist and be writable. Default=/data -- `TZ`. Optional. Timezone settings +- `TZ`. Optional. Timezone settings +- `keepfiles` . Optional. How many Files to be keep ## Help! - Is the username correct?