Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions rsync.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2418,6 +2418,12 @@ expand it.
options are parsed (e.g. [`-a`](#opt) works the same before or after
`--files-from`, as does `--no-R` and all other options).

Listing individual files with `--files-from` does not make unlisted
siblings eligible for deletion. The [`--delete`](#opt) option only removes
entries from directories whose complete contents are being synchronised,
so list the directory itself and enable recursion if that deletion scope is
intended.

The filenames that are read from the FILE are all relative to the source
dir -- any leading slashes are removed and no ".." references are allowed
to go higher than the source dir. Blank entries are ignored, as are
Expand Down
Loading