Use .env file for backup configuration #1
|
@ -1,6 +1,10 @@
|
||||||
# Backup path
|
# Backup path
|
||||||
BACKUP_PATH="/path/to/backup/directory"
|
BACKUP_PATH="/path/to/backup/directory"
|
||||||
|
|
||||||
|
# Compression levels
|
||||||
|
ZSTD_LEVEL=5
|
||||||
|
GZIP_LEVEL=7
|
||||||
|
|
||||||
# Servers configuration
|
# Servers configuration
|
||||||
# Add as many as needed
|
# Add as many as needed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue