From: Alexander Barton Date: Tue, 18 Aug 2015 08:32:49 +0000 (+0200) Subject: Use /var/backups as default backup target X-Git-Url: https://arthur.barton.de/gitweb/?p=backup-script.git;a=commitdiff_plain;h=1af443845d1f Use /var/backups as default backup target --- 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=""