openrsync was developed so that rpki-client(8) could be standalone,
and not depend upon an external component.

As a result, openrsync isn't perfect, yet.  It has a variety of bugs
and misdesigns.  For instance, it cannot move files over 2G.  It
can confused itself with unveil setup and symbolic links.  I think
you've hit such a circumstance with a filesystem which behaves weirdly.

Don't have an answer.

Andrey <[email protected]> wrote:

> Hi
> 
> I'm tying to backup some data from mounted ntfs volume but getting
> error so I get try to copy by file
> 
> and discover that problem with lstat
> 
> here is output
> 
> rogue# openrsync -vvv --rsync-path=/usr/bin/openrsync
> /mnt/Users/andrey/pweb/templates/* /home/backup/
> /usr/src/usr.bin/rsync/main.c:470: exec[0] = /usr/bin/openrsync
> /usr/src/usr.bin/rsync/main.c:470: exec[1] = --server
> /usr/src/usr.bin/rsync/main.c:470: exec[2] = -v
> /usr/src/usr.bin/rsync/main.c:470: exec[3] = -v
> /usr/src/usr.bin/rsync/main.c:470: exec[4] = -v
> /usr/src/usr.bin/rsync/main.c:470: exec[5] = .
> /usr/src/usr.bin/rsync/main.c:470: exec[6] = /home/backup/
> /usr/src/usr.bin/rsync/client.c:71: client detected client version 27,
> server version 27, seed -2039453157
> /usr/src/usr.bin/rsync/client.c:82: client starting sender: (local)
> /usr/src/usr.bin/rsync/server.c:99: server detected client version 27,
> server version 27, seed -2039453157
> /usr/src/usr.bin/rsync/server.c:128: server starting receiver
> /usr/src/usr.bin/rsync/flist.c:1064: error:
> /mnt/Users/andrey/pweb/templates/base.html: lstat: No such file or
> directory
> /usr/src/usr.bin/rsync/sender.c:391: error: flist_gen
> /usr/src/usr.bin/rsync/client.c:85: error: rsync_sender
> /usr/src/usr.bin/rsync/io.c:224: error: unexpected end of file
> /usr/src/usr.bin/rsync/io.c:247: error: io_read_nonblocking
> /usr/src/usr.bin/rsync/io.c:706: error: io_read_buf
> /usr/src/usr.bin/rsync/flist.c:606: error: io_read_byte
> /usr/src/usr.bin/rsync/receiver.c:212: error: flist_recv
> /usr/src/usr.bin/rsync/server.c:145: error: rsync_receiver
> 

Reply via email to