From ea1b3b379ef327163396ff6e388c43b69eb7890a Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 14 Jun 2023 14:23:16 +0200 Subject: [PATCH] Fix misc option names --- sync.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.conf.example b/sync.conf.example index 439abc0..aa42c59 100644 --- a/sync.conf.example +++ b/sync.conf.example @@ -100,7 +100,7 @@ REMOTE_3RD_PARTY_HOSTS="www.kernel.org www.google.com" [MISC_OPTIONS] ## Optional arguments passed to rsync executable. The following are already managed by the program and shoul never be passed here -## -r -l -p -t -g -o -D -E - u- i- n --executability -A -X -L -K -H -8 -zz –skip-compress –checksum –bwlimit –partial –partial-dir –no-whole-file –whole-file –backup –backup-dir –suffix +## -r -l -p -t -g -o -D -E - u- i- n --executability -A -X -L -K -H -8 --zz -–skip-compress -–checksum –-bwlimit –-partial –-partial-dir –-no-whole-file –-whole-file –-backup –-backup-dir –-suffix ## --exclude --exclude-from --include --include-from --list-only --stats ## When dealing with different filesystems for sync, or using SMB mountpoints, try adding --modify-window=2 --omit-dir-times as optional arguments. RSYNC_OPTIONAL_ARGS=""