Skip to content

Commit d97154a

Browse files
Update backup.config-example
Reverting the changes I made previously, since these are no longer needed. This PR (github/backup-utils-private#311) added the `--trust-sender` flag to `ghe-rsync`.
1 parent 3b386f8 commit d97154a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

backup.config-example

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

41-
# Any extra options passed to the rsync command.
42-
# As of April 2023 the minimum version of rsync is 3.2.5 and
43-
# the --trust-sender flag is required.
44-
# See docs/requirements.md#update-april-2023 for details on this change.
45-
GHE_EXTRA_RSYNC_OPTS="--trust-sender"
41+
42+
# Any extra options passed to the rsync command. Nothing required by default.
43+
#
44+
#GHE_EXTRA_RSYNC_OPTS=""
4645

4746

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

0 commit comments

Comments
 (0)