https://bugzilla.samba.org/show_bug.cgi?id=5478

--- Comment #33 from michaeljoya <lo...@michaeljoya.com> 2013-07-10 19:26:56 
UTC ---
I got this error while creating a backup copy between two drives on the same
machine. It seems that most people on this list are wrongly attributing the
problem to differing rsync versions on client and server, but it happens in the
context of a single machine.

In my own case, it turned out that the destination filesystem was simply full.

I had used an absolute path instead of a relative path in the destination, and
I was working in a systemrescue environment whose root fs was completely in
memory.
So, when the destination fs decides that it can't accept any more writes, it
will also produce this error. When I fixed the path to write to the correct
path with a greater capacity, the problem immediately went away.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to