Networking Forums

Networking Forums > Computer Networking > Linux Networking > rsync says some files can not be transferred

Reply
Thread Tools Display Modes

rsync says some files can not be transferred

 
 
linq936@hotmail.com
Guest
Posts: n/a

 
      09-28-2006, 07:33 PM
Hi,
I just used rsync to copy over a larg file set, at the end of the
session, rsync prints out the following,

sent 16 bytes received 2975988 bytes 1219.42 bytes/sec
total size is 6402302674 speedup is 2151.31
rsync error: some files could not be transferred (code 23) at
/home/lapo/packaging/tmp/rsync-2.6.6/main.c(1173)

I use command line like this, "rsync -a -vv <src> <dst>", it is
double "v" in the command to see more debug message.

The problem is it does not tell me what files are not transfered over.

Any pointer?

Thanks,
Jibin

 
Reply With Quote
 
 
 
 
Unruh
Guest
Posts: n/a

 
      09-28-2006, 09:32 PM
(E-Mail Removed) writes:

>Hi,
> I just used rsync to copy over a larg file set, at the end of the
>session, rsync prints out the following,


>sent 16 bytes received 2975988 bytes 1219.42 bytes/sec
>total size is 6402302674 speedup is 2151.31
>rsync error: some files could not be transferred (code 23) at
>/home/lapo/packaging/tmp/rsync-2.6.6/main.c(1173)


> I use command line like this, "rsync -a -vv <src> <dst>", it is
>double "v" in the command to see more debug message.


> The problem is it does not tell me what files are not transfered over.


> Any pointer?


Sure. you forgot to look through the huge list of messages generated from
the rsync -avv command (you know that long list of files transfered) to see
the ones that had trouble. You thought that long list was irrelevant
material and that rsync would report on the transfer errors at the end. It
does not. It reports on them when it gets to them.



>Thanks,
>Jibin


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Exclusion of files in rsync with or without wildcards? Matthew Lincoln Linux Networking 3 06-06-2008 10:55 AM
How to get log file for rsync operation? Does rsync also delete remote files? Goran Ivanic Linux Networking 9 05-05-2008 04:58 PM
RSync: move 'deleted' files to a specific folder Vincent Lascaux Linux Networking 2 09-11-2006 12:59 PM
rsync *only* files with no namesake on the destination dmorgan1 Linux Networking 1 06-24-2005 11:50 PM
Which is fastest program for copying files over network e.g rcp, ftp, scp, rsync David Travers Linux Networking 7 12-02-2004 11:58 PM



1 2 3 4 5 6 7 8 9 10 11