diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2017-04-03 11:56:59 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2017-04-03 16:10:42 +0200 |
commit | 5d7a4e3efa9728aac6bfe974328c6fcf750509aa (patch) | |
tree | d5a34a835b72b04b2602aefeba93b8d6b4c4166a /backuper.sh | |
parent | Add interface for GPG recipients too (diff) | |
download | backuper-5d7a4e3efa9728aac6bfe974328c6fcf750509aa.tar.xz |
Shrink the size of mbuffer
Diffstat (limited to 'backuper.sh')
-rw-r--r-- | backuper.sh | 2 |
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="" |