Update docker-maintenance.env
This commit is contained in:
parent
5fdcdc1640
commit
0f829f3661
@ -6,34 +6,34 @@
|
||||
# -- License: MIT License (https://choosealicense.com/licenses/mit/)
|
||||
|
||||
|
||||
# Bypass Root Permission Check (true/false)
|
||||
# bypass root permission check (true/false)
|
||||
|
||||
bypassRoot=false
|
||||
|
||||
# Docker Container Location
|
||||
# docker container location
|
||||
|
||||
containerLocation="/path/to/your/docker/directory"
|
||||
|
||||
# Backup Storage Location
|
||||
# backup storage location
|
||||
|
||||
backupLocation="/path/to/your/docker/backup"
|
||||
|
||||
# Log File Location
|
||||
# log file location
|
||||
|
||||
logLocation="/var/log/docker-maintenance"
|
||||
|
||||
# Retain This Many Backups (specify 0 to keep all backups)
|
||||
# retain this many backups (specify 0 to keep all backups)
|
||||
|
||||
keepBackups=0
|
||||
|
||||
# Backup Method (choose either "files" or "snapshot")
|
||||
# backup method (choose either "files" or "snapshot")
|
||||
|
||||
backupMethod="snapshot"
|
||||
|
||||
# Container Sub-Directory Array
|
||||
# container sub-directory array
|
||||
|
||||
containerDirs=("container1" "container2" "container3" "container4")
|
||||
|
||||
# Container Names Array
|
||||
# container names array
|
||||
|
||||
containerNames=("container1" "container" "container3" "container4")
|
Loading…
Reference in New Issue
Block a user