Re: untransferred files

2008-03-14 Thread Ming Zhang
On Fri, 2008-03-14 at 12:27 -0400, Matt McCutchen wrote: > On Thu, 2008-03-13 at 11:01 -0400, Ming Zhang wrote: > > Some time rsync just return error code 23 that some files are not > > transferred. Is there a way to get a list of these files so we can retry > > it later time? > > > > For example,

Re: untransferred files

2008-03-14 Thread Matt McCutchen
On Thu, 2008-03-13 at 11:01 -0400, Ming Zhang wrote: > Some time rsync just return error code 23 that some files are not > transferred. Is there a way to get a list of these files so we can retry > it later time? > > For example, we scan the whole file system and N files are not > transferred. Ins

Re: untransferred files

2008-03-13 Thread Ming Zhang
On Thu, 2008-03-13 at 18:27 -0700, Wayne Davison wrote: > On Thu, Mar 13, 2008 at 11:01:35AM -0400, Ming Zhang wrote: > > Some time rsync just return error code 23 that some files are not > > transferred. Is there a way to get a list of these files so we can retry > > it later time? > > The list o

Re: untransferred files

2008-03-13 Thread Wayne Davison
On Thu, Mar 13, 2008 at 11:01:35AM -0400, Ming Zhang wrote: > Some time rsync just return error code 23 that some files are not > transferred. Is there a way to get a list of these files so we can retry > it later time? The list of files was output on stderr during the copy. Rsync will try them a

untransferred files

2008-03-13 Thread Ming Zhang
Hi All Some time rsync just return error code 23 that some files are not transferred. Is there a way to get a list of these files so we can retry it later time? For example, we scan the whole file system and N files are not transferred. Instead of scan the whole file system later again, we can us