From 5d7a4e3efa9728aac6bfe974328c6fcf750509aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Mon, 3 Apr 2017 11:56:59 +0200 Subject: Shrink the size of mbuffer --- backuper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit v1.2.3