From: Ian Jackson Date: Thu, 4 Jul 2024 09:56:28 +0000 (+0100) Subject: backup/snaprsync: add -AX to the rsync rune X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e7b26f10e65fb331e149bbcc6235d77b7aa85ba2;p=chiark-utils.git backup/snaprsync: add -AX to the rsync rune Signed-off-by: Ian Jackson --- diff --git a/backup/snaprsync b/backup/snaprsync index 82ea5d4..495e02b 100755 --- a/backup/snaprsync +++ b/backup/snaprsync @@ -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"