X-Git-Url: http://git.pippins.net/embedvideo/.git/%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%01%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%0F%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD?a=blobdiff_plain;f=scripts%2Fpack-image.sh;h=54706fd1ccb739b3ed78e01d1066fc5624a9efd2;hb=dcc0124d9ce7b2d6ee2230425e61446f9cc86a2d;hp=327d374b27762d5b741e6456e5fe709dc2f5c26e;hpb=b4174b26219d0c264562656da0df59c5b803f2ac;p=backups%2F.git diff --git a/scripts/pack-image.sh b/scripts/pack-image.sh index 327d374..54706fd 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 -l -p -t -g -o -0 --files-from=- --stats --progress" cat $backups | rsync $rsyncopts / $isomountdir echo "Copying over database and status file"