tar helper: default to store backups into /var/backups/.

This commit is contained in:
intrigeri 2011-04-26 11:05:49 +02:00
parent cdcc2bc5c9
commit 5910e1ce81

View File

@ -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"