X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=scripts%2Fpack-image.sh;h=ec7b1da74e99b2e8a1738eed0190c3f2c6feeb41;hb=dfc5b1eaf91ee5ddb9499616ab8a1439c15ab905;hp=327d374b27762d5b741e6456e5fe709dc2f5c26e;hpb=09dadf11241ff7bf8c653a9ea8c4a68ca758ba31;p=backups%2F.git diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh index 327d374..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="-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"