diff options
author | Marek Szuba <marecki@gentoo.org> | 2017-10-08 00:10:39 +0159 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2017-10-08 00:12:13 +0159 |
commit | 52f00ab4e634c49f2d290f6e53646e325ad0eb22 (patch) | |
tree | 073e74d1f2e81622786d30a0cbb13217af50d404 /app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch | |
parent | www-apps/piwigo: 2.9.2 bump (diff) | |
download | gentoo-52f00ab4e634c49f2d290f6e53646e325ad0eb22.tar.gz gentoo-52f00ab4e634c49f2d290f6e53646e325ad0eb22.tar.bz2 gentoo-52f00ab4e634c49f2d290f6e53646e325ad0eb22.zip |
app-backup/burp: bump to 2.1.20
Package-Manager: Portage-2.3.8, Repoman-2.3.1
Diffstat (limited to 'app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch')
-rw-r--r-- | app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch b/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch new file mode 100644 index 000000000000..db9e9b6a9de5 --- /dev/null +++ b/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch @@ -0,0 +1,24 @@ +--- a/configs/client/burp.conf.in ++++ b/configs/client/burp.conf.in +@@ -10,7 +10,8 @@ + # 0 to decide automatically, 1 to force protocol1 mode (file level granularity + # with a pseudo mirrored storage on the server and optional rsync). 2 forces + # protocol2 mode (inline deduplication with variable length blocks). +-# protocol = 0 ++# WARNING: as of September 2017 protocol2 is still considered experimental. ++protocol = 1 + pidfile = @runstatedir@/@name@.client.pid + syslog = 0 + stdout = 1 +--- a/configs/server/burp.conf.in ++++ b/configs/server/burp.conf.in +@@ -21,7 +21,8 @@ + # protocol2 mode (inline deduplication with variable length blocks). + # Like many other settings, this can be set per client in the clientconfdir + # files. +-# protocol = 0 ++# WARNING: as of September 2017 protocol2 is still considered experimental. ++protocol = 1 + pidfile = @runstatedir@/@name@.server.pid + hardlinked_archive = 0 + working_dir_recovery_method = delete |