From acaeef1bcd51183bd0d5e6ef79386d6fc9e55c2e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 10 Jan 2010 00:35:55 -0500 Subject: Remove apparently non-useful delays in backup --- squashfu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/squashfu b/squashfu index 5b2105a..a78655d 100755 --- a/squashfu +++ b/squashfu @@ -66,10 +66,6 @@ do_backup () { # Force flush of pseudo links on branches to ensure clean dismount # Our umount.aufs helper can do this for us, but it doesn't handle # rsync hangups very well. - # auplink "${BKUP_ROOT}/rw" flush - - # Give the union a few seconds to settle before we touch it. - sleep 5 # Is there reason to resquash? [[ $(date +%u) -eq $RESQUASH_DAY || $RESQUASH_AFTER ]] && { -- cgit v1.2.3