2013-12-02 14:34:37 -05:00
|
|
|
[command]
|
|
|
|
#compress=pigz --rsyncable --best --stdout %file% # Ubuntu Linux
|
2013-12-15 18:18:54 -05:00
|
|
|
compress=/usr/bin/gzip --stdout %file%
|
|
|
|
decompress=/usr/bin/gzip -dc %file%
|
2013-12-02 14:34:37 -05:00
|
|
|
#checksum=sha1sum %file% | awk '{print \$1}' # Ubuntu Linux
|
2013-12-15 18:18:54 -05:00
|
|
|
checksum=/usr/bin/shasum %file% | awk '{print $1}'
|
|
|
|
copy=/bin/cp %source% %destination%
|
2013-12-14 13:14:59 -05:00
|
|
|
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'
|
2013-12-15 20:04:07 -05:00
|
|
|
psql=/Library/PostgreSQL/9.3/bin/psql --port=6001
|
2013-12-14 13:14:59 -05:00
|
|
|
|
2014-02-01 11:04:33 -05:00
|
|
|
[backup]
|
2014-02-01 12:57:27 -05:00
|
|
|
#host=localhost
|
2014-02-01 11:04:33 -05:00
|
|
|
path=/Users/dsteele/test/backup
|
|
|
|
|
|
|
|
[retention]
|
2014-01-03 19:28:49 -05:00
|
|
|
full_retention=2
|
|
|
|
differential_retention=2
|
2014-01-15 20:41:29 -05:00
|
|
|
wal_retention_type=full,diff,incr
|
|
|
|
wal_retention=2 # 0 means since the last type
|
2013-12-04 22:30:26 -05:00
|
|
|
|
2013-12-04 21:37:45 -05:00
|
|
|
[cluster:db]
|
2014-01-22 21:40:56 -05:00
|
|
|
path=/Users/dsteele/test/db/common
|