From: intrigeri Date: Tue, 26 Apr 2011 09:05:49 +0000 (+0200) Subject: tar helper: default to store backups into /var/backups/. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5910e1ce812a7a4e2cff1445bffb17abe309b3c1;p=backupninja.git tar helper: default to store backups into /var/backups/. --- diff --git a/handlers/tar.helper.in b/handlers/tar.helper.in index cdbe03a..4a483be 100644 --- a/handlers/tar.helper.in +++ b/handlers/tar.helper.in @@ -17,7 +17,7 @@ tar_wizard() { tar_backupname="backupname = $REPLY" backupname="$REPLY" - inputBox "$tar_title" "Directory where to store the backups" "/net/backups/$backupname" + inputBox "$tar_title" "Directory where to store the backups" "/var/backups/tar/$backupname" [ $? = 1 ] && return tar_backupdir="backupdir = $REPLY"