Ability to change backup destination

This commit is contained in:
Kelvin Jasperson
2018-08-17 18:17:10 -06:00
parent 00f3413231
commit e3f66a6dc8
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ docker run --detach --volume $(pwd):/data --env PFSENSE_USER=backupuser --env PF
- `PFSENSE_SCHEME` Required. Should either be `http` or `https`. This parameter is not validated.
- `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
## Help!
- Is the username correct?