1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-06-20 01:17:49 +02:00

Starting on configuration.

This commit is contained in:
David Steele
2013-12-02 14:34:37 -05:00
parent 2be8c5d9e7
commit a2c98391df
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
[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}'
+1
View File
@@ -3,6 +3,7 @@
#use strict;
use DBI;
use IPC::System::Simple qw(capture);
use Config::IniFiles;
sub trim
{