updated backup script
This commit is contained in:
parent
868381fd01
commit
0b94854432
|
@ -18,8 +18,8 @@ FN="$TS.$HOSTNAME.$UUID.$DIRBASENAME"
|
|||
|
||||
BACKUPDEST=notfound
|
||||
for DIR in /Volumes/* ; do
|
||||
if [[ -e "$DIR/backup/.sneakbackup" ]]; then
|
||||
BACKUPDEST="$DIR/backup"
|
||||
if [[ -e "$DIR/berlin.sneak/backup" ]]; then
|
||||
BACKUPDEST="$DIR/berlin.sneak/backup"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue