We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f10f12 commit 321dd78Copy full SHA for 321dd78
rsync.1.md
@@ -3995,7 +3995,7 @@ option (though the 2 commands behave differently if deletions are enabled):
3995
> rsync -aiR x/y/file.txt host:/tmp/
3996
3997
The following command does not need an include of the "x" directory because it
3998
-is not a part of the transfer (note the traililng slash). Running this command
+is not a part of the transfer (note the trailing slash). Running this command
3999
would copy just "`/tmp/x/file.txt`" because the "y" and "z" dirs get excluded:
4000
4001
> rsync -ai -f'+ file.txt' -f'- *' x/ host:/tmp/x/
0 commit comments