|
From: Michael W. <mw...@un...> - 2004-06-14 23:57:52
|
On Mon, Jun 14, 2004 at 02:30:28PM -0500, Philip K Warren wrote: > > The problem is also reported in > > https://bugzilla.samba.org/show_bug.cgi?id=1457 > > > > The problems occurs when both the source and destination are on > > locally mounted file systems (versus NFS). So the network is not > > involved here at all. > > Did you try the suggestion in Bug 1457 (using the --temp-dir parameter to > specify the temporary file location)? The suggestion to use temporary file location is based on that the destination does not have enough space. In my case, the destination does have enough space. While "rsync" failed, "tar -cvf ... | tar -xvf ..." succeeded. The reason I prefer rsync over tar/cp/etc is the ability to rerun the command without re-copying files which are successfully copied. I think my problem is different than the one originally reported, although the error message is the same. Thanks. -- Michael Wang * http://www.unixlabplus.com/ * mw...@un... |