From 1af443845d1f1d2773ca1aea254255d774fc0316 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Aug 2015 10:32:49 +0200 Subject: [PATCH] Use /var/backups as default backup target --- bin/backup-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup-script b/bin/backup-script index 412d7b6..9a8ad2b 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -32,7 +32,7 @@ destinations="" pre_exec="" post_exec="" default_source_root="/" -default_target="" +default_target="/var/backups" default_user="root" default_ssh_args_add="" default_rsync_args_add="" -- 2.39.2