We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f58bbd commit 2673505Copy full SHA for 2673505
backup.config-example
@@ -39,7 +39,9 @@ GHE_NUM_SNAPSHOTS=10
39
#GHE_EXTRA_SSH_OPTS=""
40
41
# Any extra options passed to the rsync command.
42
-# As of April 2023 the --trust-sender flag is required. See docs/requirements.md#update-april-2023 for details on this change.
+# 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"
46
47
0 commit comments