Re: Any option in rsync to get the list of new files

2005-02-14 Thread Wayne Davison
On Mon, Feb 14, 2005 at 08:43:00PM +0530, [EMAIL PROTECTED] wrote: > Is there any option in rsync to get the list of new files when we > use rsync to perform the backup from the source to destination? One choice is to run two rsync commands, the first with --existing, which would give you

Any option in rsync to get the list of new files

2005-02-14 Thread sanalkumar.siva
Title: Message Hi,       Is there any option in rsync to get the list of new files when we use rsync to perform the backup from the source to destination?   We've used the option "-b" and "--backup-dir" options to get the list of deleted/modified files in a s