aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2017-04-03 11:56:59 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2017-04-03 16:10:42 +0200
commit5d7a4e3efa9728aac6bfe974328c6fcf750509aa (patch)
treed5a34a835b72b04b2602aefeba93b8d6b4c4166a
parentAdd interface for GPG recipients too (diff)
downloadbackuper-5d7a4e3efa9728aac6bfe974328c6fcf750509aa.tar.xz
Shrink the size of mbuffer
-rw-r--r--backuper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backuper.sh b/backuper.sh
index ce66ba0..abee7e4 100644
--- a/backuper.sh
+++ b/backuper.sh
@@ -17,7 +17,7 @@
## Settings
GPG_RECIPIENTS=""
-MBUFFER_SIZE="100M"
+MBUFFER_SIZE="10M"
## Internal variables - backup process
NAME=""