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