rsync: stat "/path/to/dest/file" failed: No such file or directory (2)

Andrei_r20 andrei.rakov at gmail.com
Thu Feb 18 09:31:47 MST 2010


Here is the --stats output for both with and without --hard-links option:

Without -H option (hard links treated as independent files):

Number of files: 51531
Number of files transferred: 5884
Total file size: 5610758604 bytes
Total transferred file size: 602614412 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 1471173
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 1501652
Total bytes received: 30478

sent 1501652 bytes  received 30478 bytes  14947.61 bytes/sec
total size is 5610758604  speedup is 3662.06 (DRY RUN)


With -H option (hard links recreated on receiving side):

Number of files: 51531
Number of files transferred: 2151
Total file size: 5610758604 bytes
Total transferred file size: 142288398 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 1594749
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 1752400
Total bytes received: 157650

sent 1752400 bytes  received 157650 bytes  18104.74 bytes/sec
total size is 5610758604  speedup is 2937.49 (DRY RUN)

As you can see, there is a difference of 3733 files transerred and 440 MB of
total transferred file size.
So not using -H option isn't a solution for me, because I don't have extra
440MB available on the target disk.

Also, with -H option, I get the "No such file or directory (2)" error, for
about 600 files, not 3733....

If that helps anyhow....
-- 
View this message in context: http://old.nabble.com/rsync%3A-stat-%22-path-to-dest-file%22-failed%3A-No-such-file-or-directory-%282%29-tp27637822p27639441.html
Sent from the Samba - rsync mailing list archive at Nabble.com.



More information about the rsync mailing list