X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=scripts%2Fpack-image.sh;h=ec7b1da74e99b2e8a1738eed0190c3f2c6feeb41;hb=b99823bb7bfc6a89b4e695b551ebb892d992f367;hp=54706fd1ccb739b3ed78e01d1066fc5624a9efd2;hpb=dcc0124d9ce7b2d6ee2230425e61446f9cc86a2d;p=backups%2F.git diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh index 54706fd..ec7b1da 100755 --- a/scripts/pack-image.sh +++ b/scripts/pack-image.sh @@ -38,7 +38,7 @@ echo "Determining list of files to backup with lsbackups" } | lsbackups > $backups 2>$statusfile echo "Running rsync to pack the image" -rsyncopts="-W -H -l -p -t -g -o -0 --files-from=- --stats --progress" +rsyncopts="-W -H -S -l -p -t -g -o -0 --files-from=- --stats --progress" cat $backups | rsync $rsyncopts / $isomountdir echo "Copying over database and status file"