diff options
| author | intrigeri <intrigeri@boum.org> | 2011-04-26 11:05:49 +0200 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2011-04-26 11:05:49 +0200 | 
| commit | 5910e1ce812a7a4e2cff1445bffb17abe309b3c1 (patch) | |
| tree | c9340143dac90de7eb0da4e4fd10b956da5a6f6e | |
| parent | cdcc2bc5c9a28c5eaa0f26fca7aa3a20872689e0 (diff) | |
| download | backupninja-5910e1ce812a7a4e2cff1445bffb17abe309b3c1.tar.gz backupninja-5910e1ce812a7a4e2cff1445bffb17abe309b3c1.tar.bz2  | |
tar helper: default to store backups into /var/backups/.
| -rw-r--r-- | handlers/tar.helper.in | 2 | 
1 files changed, 1 insertions, 1 deletions
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"  | 
