1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/pg_backrest.conf
2014-02-03 19:03:17 -05:00

22 lines
637 B
Plaintext

[command]
#compress=pigz --rsyncable --best --stdout %file% # Ubuntu Linux
compress=/usr/bin/gzip --stdout %file%
decompress=/usr/bin/gzip -dc %file%
#checksum=sha1sum %file% | awk '{print \$1}' # Ubuntu Linux
checksum=/usr/bin/shasum %file% | awk '{print $1}'
manifest=/opt/local/bin/gfind %path% -printf '%P\t%y\t%u\t%g\t%m\t%T@\t%i\t%s\t%l\n'
psql=/Library/PostgreSQL/9.3/bin/psql --port=6001
[backup]
path=/Users/dsteele/test/backup
[retention]
full_retention=2
differential_retention=2
wal_retention_type=full,diff,incr
wal_retention=2 # 0 means since the last type
[cluster:db]
host=localhost
path=/Users/dsteele/test/db/common