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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment