Re: Rsync --non-existent-dir-only feature :) ..

2002-12-03 Thread Robert Raszuk
> Does the --ignore-existing option do what you want? Sounds one huge step further for this particular application ! I admit that I missed it since man rsync on the web does not show this command ;). Since it recurses down to the files under dir-x and since it could find some files modified ther

Re: Rsync --non-existent-dir-only feature :) ..

2002-12-03 Thread Dave Dykstra
Does the --ignore-existing option do what you want? It will probably recurse into the existing directories, but ignore all regular files that already exist. - Dave Dykstra On Tue, Dec 03, 2002 at 01:01:03AM +0100, Robert Raszuk wrote: > > All, > > I can't find a way to achive something probabl