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