handle sparse files correctly

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-12-21 09:25:53 +01:00
commit 899979d3ba
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ case "$dsthost" in
esac
start=$(date)
rsync -av --delete --progress \
rsync -avS --delete --progress \
--exclude '/proc/*' \
--exclude '/tmp/*' \
--exclude '/sys/*' \