chiark / gitweb /
backup/snaprsync: add -AX to the rsync rune
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2024 09:56:28 +0000 (10:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Jul 2024 09:56:28 +0000 (10:56 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
backup/snaprsync

index 82ea5d416f8ab1dc86349b2c7287a7a3dd886626..495e02b19dd537e8f7b113b07245767139074deb 100755 (executable)
@@ -126,7 +126,7 @@ ssh $sshopts $rhost <$td/sentinel 4<&- "
   cd ..
 " &
 xspawned rsum
-x $rsync -aHSx$rsynccompress --numeric-ids --delete $rsyncopts \
+x $rsync -aHAXSx$rsynccompress --numeric-ids --delete $rsyncopts \
        ${localprevious:+--link-dest} $localprevious \
        $rhost:$rvardir/snap-mount/$subdir $localarea/.
 date -u "+ $datefmt rsyncdone"