search for: uahvn

Displaying 1 result from an estimated 1 matches for "uahvn".

Did you mean: ahvn
2006 Jun 04
1
Why does rsync -an show files that are the same?
...will _only_ show files that would have been transferred and not show files that are the same? In testing this with two subdirectories with man files and sub-sub directories, rsync _seems_ to be showing all files instead of only the few that have recently changed. The command I used was rsync -uaHvn --modify-window=4000 $1* $2 For example, I did ls-l on the very first item in both directories and it was identical, yet appeared in the rsync output. This is very confusing as I only want to see the few files that _would_ be transferred. Am I doing something dumb? Larry -- Larry Alkof...