postgresql_backup. Adding compression configuration to .env.dist
This commit is contained in:
parent
34c2a222a3
commit
f2dff8632f
|
@ -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