Displaying 1 result from an estimated 1 matches for "urzctv".
2003 Dec 02
1
rsync -vt shows directories considered?
...doesn't.
Is this a known bug or intended feature? Or is there a way to defeat
this? I'd like -v to show the files transmitted, but not the
directories that were considered.
This command:
rsync -urzCv ./ desthost:/path
...shows only the files transferred.
While this command:
rsync -urzCtv ./ desthost:/path
...shows all directories that it looked at, and decided not to transfer
files in.
(rsync version 2.5.6 protocol version 26, stock Darwin 10.3.1 build).
James.