aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsquashfu4
1 files changed, 2 insertions, 2 deletions
diff --git a/squashfu b/squashfu
index 7deee40..b4fa5f3 100755
--- a/squashfu
+++ b/squashfu
@@ -66,8 +66,8 @@ 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.
- sleep 5
- auplink "${BKUP_ROOT}/rw" flush
+ #sleep 5
+ #auplink "${BKUP_ROOT}/rw" flush
# Is there reason to resquash?
[[ $(date +%u) -eq $RESQUASH_DAY || $RESQUASH_AFTER ]] && {