Re: cross platform rsync avz lists all directory names in tree

2006-06-26 Thread Peter Risdon
Wayne Davison wrote: On Tue, May 23, 2006 at 10:18:23AM +0100, Peter Risdon wrote: another/path/ another/path/withoutanychangedfiles/ yet/anotherpath/withoutanychangedfiles/ ... If this is caused by a change in timestamps, you can avoid the updating of directory timestamps by using the

Re: cross platform rsync avz lists all directory names in tree

2006-05-23 Thread Wayne Davison
On Tue, May 23, 2006 at 10:18:23AM +0100, Peter Risdon wrote: > another/path/ > another/path/withoutanychangedfiles/ > yet/anotherpath/withoutanychangedfiles/ > ... If this is caused by a change in timestamps, you can avoid the updating of directory timestamps by using the -O option. If you still

Re: cross platform rsync avz lists all directory names in tree

2006-05-23 Thread Matt McCutchen
On Tue, 2006-05-23 at 10:18 +0100, Peter Risdon wrote: > Can anyone advise how to limit the output to just files/directories that > have been added, removed (if --delete is used) or changed when running > across platforms like this? Maybe you could use -i (--itemize-changes). That will produce