Results 1 to 2 of 2
Im hoping someone can make sense of this...
For some reason the TOP0[1].bak file is always transferring with rsync.
I can run this a dozen times and it will do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-11-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
More Rsync issues...
Im hoping someone can make sense of this...
For some reason the TOP0[1].bak file is always transferring with rsync.
I can run this a dozen times and it will do exactly the same thing. The
total bytes sent & received are very small so I'm not exactly sure what
it is doing. I've verified that the MD5 & Timestamp of the file is the
same on each side of the link.
----------------------------------------------------- FILE THAT ALWAYS
TRANFERS ----------------------------------
gcsa@gcsareplicate:~$ rsync -e ssh -t -zvv --stats
"/replicate/s_drive/GCSA/2000/481500068/TOPO[1].bak"
"remote_machine:/replicate/gcsaroot/s_drive/GCSA/2000/481500068/TOPO[1].bak"
opening connection using ssh remote_machine rsync --server -vvtz .
"/replicate/gcsaroot/s_drive/GCSA/2000/481500068/TOPO[1].bak"
[sender] expand file_list to 131072 bytes, did move
TOPO[1].bak
total: matches=509 tag_hits=509 false_alarms=0 data=0
rsync[2071] (sender) heap statistics:
arena: 471040 (bytes from sbrk)
ordblks: 3 (chunks not in use)
smblks: 2
hblks: 3 (chunks from mmap)
hblkhd: 667648 (bytes from mmap)
allmem: 1138688 (bytes from sbrk + mmap)
usmblks: 0
fsmblks: 88
uordblks: 310744 (bytes used)
fordblks: 160296 (bytes free)
keepcost: 134520 (bytes in releasable chunk)
Number of files: 1
Number of files transferred: 1
Total file size: 355853 bytes
Total transferred file size: 355853 bytes
Literal data: 0 bytes
Matched data: 355853 bytes
File list size: 30
Total bytes sent: 78
Total bytes received: 3090
sent 78 bytes received 3090 bytes 1267.20 bytes/sec
total size is 355853 speedup is 112.33
------------------------FILE THAT PROPERLY DOES NOT TRANFER
------------------------------------------------
gcsa@gcsareplicate:~$ rsync -e ssh -t -zvv --stats
"/replicate/s_drive/GCSA/2000/481500068/TOPO[1].DWG"
"remote_machine:/replicate/gcsaroot/s_drive/GCSA/2000/481500068/TOPO[1].DWG"
opening connection using ssh remote_machine rsync --server -vvtz .
"/replicate/gcsaroot/s_drive/GCSA/2000/481500068/TOPO[1].DWG"
[sender] expand file_list to 131072 bytes, did move
/replicate/gcsaroot/s_drive/GCSA/2000/481500068/TOPO[1].DWG is uptodate
total: matches=0 tag_hits=0 false_alarms=0 data=0
rsync[2073] (sender) heap statistics:
arena: 135168 (bytes from sbrk)
ordblks: 2 (chunks not in use)
smblks: 0
hblks: 2 (chunks from mmap)
hblkhd: 401408 (bytes from mmap)
allmem: 536576 (bytes from sbrk + mmap)
usmblks: 0
fsmblks: 0
uordblks: 9192 (bytes used)
fordblks: 125976 (bytes free)
keepcost: 121880 (bytes in releasable chunk)
Number of files: 1
Number of files transferred: 0
Total file size: 366899 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 30
Total bytes sent: 42
Total bytes received: 20
sent 42 bytes received 20 bytes 24.80 bytes/sec
total size is 366899 speedup is 5917.73
- 10-11-2005 #2Just Joined!
- Join Date
- Jul 2005
- Posts
- 7
Anyone? please? this is very annoying.


Reply With Quote
