Skip to content

Commit fefdb95

Browse files
Added --trust-sender
1 parent 2799c94 commit fefdb95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backup.config-example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ GHE_NUM_SNAPSHOTS=10
3838
#
3939
#GHE_EXTRA_SSH_OPTS=""
4040

41-
# Any extra options passed to the rsync command. Nothing required by default.
42-
#
43-
#GHE_EXTRA_RSYNC_OPTS=""
41+
# Any extra options passed to the rsync command.
42+
# As of April 2023 the --trust-sender flag is required.
43+
GHE_EXTRA_RSYNC_OPTS="--trust-sender"
4444

4545

4646
# If set to 'yes', logging output will be colorized.

0 commit comments

Comments
 (0)