On Mon, 2007-10-29 at 19:44 +0200, Pournaris Charalampos wrote:
> If I have a directory tree in the source machine like the following:
> 192.168.1.1 => /raid/system/mainfolder/folder1/subfolder/myfile.txt
>
> and the target machine directory tree looks like:
> 192.168.1.2 => /raid/system/mainfolde
On Mon, 2007-10-29 at 13:15 -0400, [EMAIL PROTECTED] wrote:
> If I have a backup script that does the following:
> (latest 2.6.9 rsync)
>
> rsync --archive --hard-links --force --ignore-errors --numeric-ids
> --keep-dirlinks --delete / /backup
>
> I've found that if there is a symlink in place
https://bugzilla.samba.org/show_bug.cgi?id=5040
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://bugzilla.samba.org/show_bug.cgi?id=5040
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from [EM
https://bugzilla.samba.org/show_bug.cgi?id=5051
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
This is an extrememly old post, so it might not be of any use anymore.
I encountered this same error, and the problem ended up being a full
filesystem (my destination filled up before completion).
rsync error: error in rsync protocol data stream (code 12) at io.c(140)
Dave Dykstra dwd at bell-
Hello,
If I have a directory tree in the source machine like the following:
192.168.1.1 => /raid/system/mainfolder/folder1/subfolder/myfile.txt
and the target machine directory tree looks like:
192.168.1.2 => /raid/system/mainfolder/
Is there a way to send myfile.txt to the target machine and f
If I have a backup script that does the following:
(latest 2.6.9 rsync)
rsync --archive --hard-links --force --ignore-errors --numeric-ids
--keep-dirlinks --delete / /backup
I've found that if there is a symlink in place that gets backed up (which
goes fine), i.e.:
homelink -> /home/
and then