Add --partial option to rsync !

This commit is contained in:
Gregory Colpart 2013-04-12 18:04:32 +02:00
parent c382eda4f0
commit 606ff2923b

View file

@ -115,7 +115,7 @@ else
rep="/bsd /bin /boot /sbin /usr"
fi
rsync -av --delete --force --ignore-errors \
rsync -av --delete --force --ignore-errors --partial \
--exclude "lost+found" \
--exclude ".nfs.*" \
--exclude "/var/log" \