Skip to content

Commit c14eda4

Browse files
Revising the April 2023 recommendation for option #3
Updated details about option #3 in the `Update April 2023` section based on this PR (https://github.com/github/backup-utils-private/pull/311/files)
1 parent d9b41c9 commit c14eda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ To avoid this degradation you **must** use the `--trust-sender` flag with rsync.
2121

2222
1. Downgrade (using the package manager on your host) the rsync package to a version before the CVE fix was backported
2323
2. Upgrade (using the package manager on your host) the rsync package to v3.2.5 or newer
24-
3. Manually download and build the rsync binary
24+
3. Manually download rsync v3.2.5 or newer and build the rsync binary
2525

26-
Option #3 is required if your operating system's package manager does not have access to rsync v3.2.5 or later (e.g. Ubuntu Focal). Please note that if you use a version of rsync that is lower than v3.2.5, you will need to ensure the `--trust-sender` flag is not enabled in your `backup.config` file since that flag is only supported on v3.2.5 or later.
26+
Option #3 is required if your operating system's package manager does not have access to rsync v3.2.5 or later (e.g. Ubuntu Focal).
2727

2828
## Storage requirements
2929

0 commit comments

Comments
 (0)