diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-10 00:35:55 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-10 00:35:55 -0500 |
commit | acaeef1bcd51183bd0d5e6ef79386d6fc9e55c2e (patch) | |
tree | 450f11f8c36da98d2a0d90d3815ac6b55aa01e75 | |
parent | 0c9d737771a329354fdf2f9473a7995ad596d6c3 (diff) | |
download | squashfu-acaeef1bcd51183bd0d5e6ef79386d6fc9e55c2e.tar.gz |
Remove apparently non-useful delays in backup
-rwxr-xr-x | squashfu | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 ]] && { |