mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
tar helper: default to store backups into /var/backups/.
This commit is contained in:
parent
cdcc2bc5c9
commit
5910e1ce81
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user