> I want to rsync a list of files (relative paths), not entire
> directory trees. I know I can pass the list on the command line like
> so:
> cd /parent/dir
> rsync -v -R relative/path/to/file.ext host:/parent/dir
> I want to use --include-from=INCLUDE so I can pass a list of files
> outside
A reality-check question, as I continue plundering the documentation
vaults. :-)
I want to rsync a list of files (relative paths), not entire directory
trees. I know I can pass the list on the command line like so:
cd /parent/dir
rsync -v -R relative/path/to/file.ext host:/parent/dir
I want t