Skip to content
Snippets Groups Projects
Commit 5910e1ce authored by intrigeri's avatar intrigeri
Browse files

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

parent cdcc2bc5
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ tar_wizard() { ...@@ -17,7 +17,7 @@ tar_wizard() {
tar_backupname="backupname = $REPLY" tar_backupname="backupname = $REPLY"
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 [ $? = 1 ] && return
tar_backupdir="backupdir = $REPLY" tar_backupdir="backupdir = $REPLY"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment