diff --git a/postgresql_backup/.env.dist b/postgresql_backup/.env.dist index d7a1aef..1d170f8 100644 --- a/postgresql_backup/.env.dist +++ b/postgresql_backup/.env.dist @@ -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