From: Chris Koeritz Date: Fri, 30 Sep 2016 15:59:12 +0000 (-0400) Subject: stopped using a mount, which is on an insecure device. X-Git-Tag: 2.140.90~418 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2f66db56b3c178132bb9d8f595c890bb6fdb6a28;p=feisty_meow.git stopped using a mount, which is on an insecure device. --- diff --git a/scripts/archival/serene_backer_upper.sh b/scripts/archival/serene_backer_upper.sh index 1cf83b54..b6dec6d9 100644 --- a/scripts/archival/serene_backer_upper.sh +++ b/scripts/archival/serene_backer_upper.sh @@ -51,11 +51,11 @@ function synch_to_backup() # main body of script... # just undo it first, to try to be sure we know we are mounted properly later. -umount /z/backup &>/dev/null +#NO LONGER USING MOUNT: umount /z/backup &>/dev/null # now saddle up the backup. -mount /z/backup/ -exit_if_failed "mounting backup folder" +#NO LONGER USING MOUNT: mount /z/backup/ +#NO LONGER USING MOUNT: exit_if_failed "mounting backup folder" # we should always be synching to an existing set in there. make sure they exist. # for the first ever backup, this is not a good check... @@ -79,7 +79,7 @@ synch_to_backup /var/lib/mysql /z/backup/var/lib/mysql ############## -umount /z/backup/ -exit_if_failed "unmounting backup folder" +#NO LONGER USING MOUNT: umount /z/backup/ +#NO LONGER USING MOUNT: exit_if_failed "unmounting backup folder"