From 0b9485443230dfb6a07db8b91fdb44a8e47cf850 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 20 Mar 2019 23:39:06 -0700 Subject: [PATCH] updated backup script --- bin/backup-dir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/backup-dir b/bin/backup-dir index 9eacff3..4fae3f0 100755 --- a/bin/backup-dir +++ b/bin/backup-dir @@ -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