From e7b26f10e65fb331e149bbcc6235d77b7aa85ba2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 4 Jul 2024 10:56:28 +0100 Subject: [PATCH] backup/snaprsync: add -AX to the rsync rune Signed-off-by: Ian Jackson --- backup/snaprsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.30.2