[global] # Repository location (inside pgbackrest container, mapped to host SSD) repo1-path=/var/lib/pgbackrest repo1-retention-full=4 repo1-retention-diff=14 # Compression compress-type=zst compress-level=3 # Parallelism process-max=2 # Logging log-level-console=info log-level-file=detail [mana] pg1-path=/var/lib/postgresql/data pg1-host=postgres pg1-port=5432 pg1-user=postgres