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,
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
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
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
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