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

14 lines
415 B
Plaintext
Raw Normal View History

2013-12-02 22:34:37 +03:00
[command]
#compress=pigz --rsyncable --best --stdout %file% # Ubuntu Linux
compress=gzip --stdout %file%
#checksum=sha1sum %file% | awk '{print \$1}' # Ubuntu Linux
checksum=shasum %file% | awk '{print $1}'
2013-12-05 05:37:45 +03:00
copy=cp %source% %destination%
manifest=/opt/local/bin/gfind %path% -printf '%A@\t%i\t%y\t%#m\t%u\t%g\t%s\t%P\t%l\n'
2013-12-05 06:30:26 +03:00
[common]
base_path=/Users/dsteele/test/backup
2013-12-05 05:37:45 +03:00
[cluster:db]
pgdata=/Users/dsteele/test/db