aboutsummaryrefslogtreecommitdiffstats
path: root/backuper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backuper.sh')
-rw-r--r--backuper.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/backuper.sh b/backuper.sh
index abee7e4..3297780 100644
--- a/backuper.sh
+++ b/backuper.sh
@@ -16,16 +16,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
## Settings
-GPG_RECIPIENTS=""
-MBUFFER_SIZE="10M"
-
-## Internal variables - backup process
NAME=""
REMOTE=""
GENERATE=""
COMMAND=""
PLACES=""
EXCLUDE=""
+GPG_RECIPIENTS=""
TAR_EXTRA_PARAMS=""
SSH_EXTRA_PARAMS=""
STORE=""
@@ -34,6 +31,7 @@ FILE_TYPE=""
DST=""
FILENAME=""
FILENAME_BASE=""
+MBUFFER_SIZE="10M"
## Pipeline variables
RUNDIR=""