You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
[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}'
|