Jump to content

Script to update names (Hey aru !!)))


Guest anon
 Share

Recommended Posts

Well as it happends all but one of my rsync jobs are up to date, so will try them tomorow.

But the one that needed updating threw up errors. Note this one was over ssh

With test option

./rsyncOptimum -auv -e ssh root@213.232.94.69:/home/admin/backup/ /home/me/Desktop/org-backup/oldmdk-sql/latest -- -t
root@213.232.94.69's password:
WARNING::New files present on the mirror but no version update seems needed. Note: this situation can be caused by previous errors too
TESTMODE:: exec rsync -auv -e ssh root@213.232.94.69:/home/admin/backup/ /home/me/Desktop/org-backup/oldmdk-sql/latest/
[root@localhost newrsync]#

 

Without -t option

./rsyncOptimum -auv -e ssh root@213.232.94.69:/home/admin/backup/ /home/me/Desktop/org-backup/oldmdk-sql/latest

root@213.232.94.69's password:

WARNING::New files present on the mirror but no version update seems needed. Note: this situation can be caused by previous errors too

exec rsync -auv -e ssh root@213.232.94.69:/home/admin/backup/ /home/me/Desktop/org-backup/oldmdk-sql/latest/

rsync: -auv -e ssh root@213.232.94.69:/home/admin/backup/ /home/me/Desktop/org-backup/oldmdk-sql/latest/: rsync error: syntax or usage error (code 1) at main.c(1013)

[root@localhost newrsync]#

 

Just as a side note, that you probably know and is not important really. The script won't work with local to local directories.

./rsyncOptimum -auv /var/www/html/forum/ /home/admin/backup/forum -- -t

WARNING::ERROR::The remote rsync listing is empty

Link to comment
Share on other sites

  • Replies 43
  • Created
  • Last Reply

Top Posters In This Topic

Well  as it happends all  but one of my rsync jobs are up to date, so will try them tomorow.
what a pity, I'm really interested in seeing if your trick works :P
But the one that needed updating threw up errors. Note this one was over ssh

With test option

<code>

 

Without -t option

<code>

The syntax error is fixed, it was produced by a quoted variable that shouldn't be quoted. But keep reading :(

 

Just as a side note, that you probably know and is not important really.  The script won't work with local to local directories.

I think that neither of your examples (this and the ssh one) can be handled by the script, because as it is written right now it retrieves the remote listing using 'rsync -av rsync_SOURCE'; that works only AFAIK with rsync servers though rsync protocol. I've done tests with ssh connections and with local dirs and in any case it could return the file listing. This can be work out if needed, it's only a matter of adding working cases, but I think that at this testing stage we should keep ourselves focused in RSYNC-server-source LOCAL-mirror-destination couples.

 

Btw version 1.4 is out. I've added a couple of options, cleaned the code a little bit more, added a bunch of comments, and fixed the syntax error you've got. Here is an example of a new feature:

 

~/__anon_project$ ./rsyncOptimum -- -h
rsyncOptimum, ver: 1.4
Updates names of local rsync mirror prior to run rsync (optimize)
Usage:  rsyncOptimum <rsync options> SOURCE DEST [ -- [-v] [-h] [-t] ]
Options:
   -v  Shows version and exits.
   -h  Shows this help.
   -t  Testing; just show what would be done, but don't do it.
Examples:
   rsyncOptimum <rsync options> SOURCE DEST
   rsyncOptimum <rsync options> SOURCE DEST -- -t  (TESTMODE!!!)

~/__anon_project$

:jester:

 

Damn this dialup connection sucks! I've had to connect/disconnect four times in order to post this!!! :angry:

rsyncOptimum

Edited by aru
Link to comment
Share on other sites

Btw version 1.4 is out. I've added a couple of options,  cleaned the code a little bit more, added a bunch of comments, and fixed the syntax error you've got.

Its looking good aru, will try it out for real tomorrow when some updates appear, well done!!

This bit had me confused for a moment

./rsyncOptimum -- -h

I read the --h as preserving hard-links, :unsure: but of course that would be --H not --h for help :D :D

Tip, >>don't read stuff after drinking beer. :P

Hope to post some good results later tomorrow. :thumbs:

Link to comment
Share on other sites

OK, some of the mirrors are now OK.

I ran rsyncOptimum with the --t option

./rsyncOptimum -auv --delete --exclude "iso/" --exclude "cooker/" ftp.pcds.ch::plf/ /var/ftp/pub/PLF/ -- -t

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/faad2-2.0-1plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/faad2-2.0-2plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/faad2-xmms-2.0-1plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/faad2-xmms-2.0-2plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-2.0-1plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-2.0-2plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-devel-2.0-1plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-devel-2.0-2plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-static-devel-2.0-1plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/libfaad2_0-static-devel-2.0-2plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/mencoder-1.0-0.pre3.13plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/mencoder-1.0-0.pre3.14plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/mencoder-1.0-0.pre3.13plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/mencoder-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/mplayer-1.0-0.pre3.13plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/mplayer-1.0-0.pre3.14plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/mplayer-1.0-0.pre3.13plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/mplayer-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-dxr3-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-dxr3-1-0.rc3.7plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-dxr3-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-dxr3-1-0.rc3.8plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-faad-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-faad-1-0.rc3.7plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-faad-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-faad-1-0.rc3.8plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-win32-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-win32-1-0.rc3.7plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/10.0/i586/xine-win32-1-0.rc3.4plf.i586.rpm /var/ftp/pub/PLF/mandrake/10.0/i586/xine-win32-1-0.rc3.8plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/libdha0.1-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/libdha0.1-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/libdha0.1-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/libpostproc0-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/libpostproc0-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/libpostproc0-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/libpostproc0-devel-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/mencoder-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/mencoder-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/mencoder-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/mplayer-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/mplayer-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/mplayer-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/9.2/i586/mplayer-gui-1.0-0.pre2.2plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.10plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.11plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.14plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.2plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.7plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.9plf.i586.rpm

mandrake/9.2/i586/mplayer-gui-1.0-0.pre3try2.1plf.i586.rpm /var/ftp/pub/PLF/mandrake/9.2/i586/mplayer-gui-1.0-0.pre3.15plf.i586.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/src/dcgui-0.2.20-1plf.src.rpm

mandrake/src/dcgui-0.2.21-1plf.src.rpm /var/ftp/pub/PLF/mandrake/src/dcgui-0.3.0-0.20040403.1plf.src.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/src/dclib-0.2.20-1plf.src.rpm

mandrake/src/dclib-0.2.21-1plf.src.rpm /var/ftp/pub/PLF/mandrake/src/dclib-0.3.0-0.20040403.1plf.src.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/src/faad2-2.0-0.rc3.1plf.src.rpm

mandrake/src/faad2-2.0-0.rc3.2plf.src.rpm

mandrake/src/faad2-2.0-1plf.src.rpm /var/ftp/pub/PLF/mandrake/src/faad2-2.0-2plf.src.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/src/quake3-1.32b-1plf.src.rpm

mandrake/src/quake3-1.32b-2plf.src.rpm /var/ftp/pub/PLF/mandrake/src/quake3-1.32b-3plf.src.rpm

TESTMODE:: mv /var/ftp/pub/PLF/mandrake/src/xmule-testing-1.7.1-1plf.src.rpm

mandrake/src/xmule-testing-1.7.2-1plf.src.rpm

mandrake/src/xmule-testing-1.7.4a-1plf.src.rpm

mandrake/src/xmule-testing-1.7.4b-1plf.src.rpm

mandrake/src/xmule-testing-1.7.4c-1plf.src.rpm /var/ftp/pub/PLF/mandrake/src/xmule-testing-1.8.1-1plf.src.rpm

TESTMODE:: exec rsync -auvH --delete --exclude=iso\* --exclude=cooker\* ftp.pcds.ch::plf/ /var/ftp/pub/PLF/

[root@dp-5003 rsyncOptimum]#

 

All looks OK, so i ran it for real for the first time . But got an error..

./rsyncOptimum -auv --delete --exclude "iso/" --exclude "cooker/" ftp.pcds.ch::plf/ /var/ftp/pub/PLF/

mv: when moving multiple files, last argument must be a directory

Try `mv --help' for more information.

mv: when moving multiple files, last argument must be a directory

Try `mv --help' for more information.

exec rsync -auv --delete --exclude iso/ --exclude cooker/ ftp.pcds.ch::plf/ /var/ftp/pub/PLF/

receiving file list ... done

mandrake/

mandrake/10.0/

mandrake/10.0/i586/

mandrake/10.0/noarch/

mandrake/9.2/

mandrake/9.2/i586/

mandrake/src/MD5SUM

mandrake/src/WebSun-1.0-1plf.src.rpm

mandrake/src/dcgui-0.3.0-0.20040403.1plf.src.rpm

mandrake/src/dclib-0.3.0-0.20040403.1plf.src.rpm

mandrake/src/faad2-2.0-2plf.src.rpm

mandrake/src/hdlist.cz

mandrake/src/list

mandrake/src/quake3-1.32b-3plf.src.rpm

mandrake/src/synthesis.hdlist.cz

mandrake/src/version

mandrake/src/webdec-0.46-1plf.src.rpm

mandrake/src/xmule-testing-1.8.1-1plf.src.rpm

wrote 2415 bytes  read 38726041 bytes  526917.77 bytes/sec

total size is 4359291340  speedup is 112.56

Apart from the mv error, it works great :D

Interesting thing though, i had always used the exclude option like this

--exclude cooker*

which always worked, but using the script it still d-loaded the cooker files, so i had to use

--exclude "cooker/"

not important, but odd it would only work that way with the script.

Link to comment
Share on other sites

Great, when I'll have time I'll study your output because it is quite interesting, I didn't thought that there could be several versions of the same package in the same directory of the tree. At least in the main rpm branches (old ones at least) didn't happen.

 

Also the '*' is driving me nutts, because it has to be scaped from shell expansion at several points within the script. I thought I had fixed it, but seems it keeps failing. :(

 

I'll work in this as soon as possible :)

Edited by aru
Link to comment
Share on other sites

Cool B)

Yes, most mirrors only keep one file version, but the PLF site keeps all of them for quite some time before deleting them.:angry: heaven knows why.......

I can see how

--exclude '.*'  

is a problem, a way around that might be to set up a EXCLUDE PATTERN or EXCLUDE_FROM_FILE where FILE would contain the list of files to exclude, and so the >*< could be left out.

Link to comment
Share on other sites

  • 2 weeks later...

I haven't forgotten this, it is just that I couldn't invest any time on it in the past few days, and probably I won't be able in the next few days. But I'll resume this ASAP ;)

Edited by aru
Link to comment
Share on other sites

Would this help you aru?

for FILE in ./*\.OK; do mv \"$FILE\" \"`echo $FILE | sed -e

> >>>'s/\.OK//'`\"; done;

> >>>

> >>>mv: when moving multiple files, last argument must be a directory

> >>>Try `mv --help' for more information.

> >>>mv: when moving multiple files, last argument must be a directory

> >>>Try `mv --help' for more information.

 

To which the answer in this case was,

Try this:

> >>

> >>for fn in *.OK;do

> >> mv $fn ${fn%.OK}

> >>done

Link to comment
Share on other sites

  • 4 weeks later...
Guest anon

Some progress!!

I got the PLF server to use the --delete option. This means i no longer get two or three versions of the same file. And hey presto! It works a treat :thumbs:

./rsyncOptimum  -auv --delete --exclude "iso/" --exclude "cooker/" ftp.pcds.ch::plf/ /var/ftp/pub/PLF/
`/var/ftp/pub/PLF/mandrake/10.0/i586/giftui-0.3.1-1plf.i586.rpm' -> `/var/ftp/pu              b/PLF/mandrake/10.0/i586/giftui-0.4.1-1plf.i586.rpm'
`/var/ftp/pub/PLF/mandrake/10.0/i586/gv4l-2.2.2-1plf.i586.rpm' -> `/var/ftp/pub/              PLF/mandrake/10.0/i586/gv4l-2.2.3-1plf.i586.rpm'
exec rsync -auv --delete --exclude iso/ --exclude cooker/ ftp.pcds.ch::plf/ /var/ftp/pub/PLF/
receiving file list ... done
mandrake/10.0/
mandrake/10.0/i586/
mandrake/10.0/noarch/
mandrake/10.0/MD5SUM
mandrake/10.0/hdlist.cz
mandrake/10.0/i586/giftui-0.4.1-1plf.i586.rpm
mandrake/10.0/i586/gv4l-2.2.3-1plf.i586.rpm
mandrake/10.0/list
mandrake/10.0/noarch/bootsplash-plf-1.0.0-4plf.noarch.rpm
mandrake/10.0/synthesis.hdlist.cz
mandrake/10.0/version

wrote 9185 bytes  read 1632328 bytes  364780.67 bytes/sec
total size is 3417567563  speedup is 2081.96
[root@dp-5003 rsyncOptimum]#

Is that cool, or is that super cool? Thanks aru :thumbs::thumbs:

Link to comment
Share on other sites

  • 2 weeks later...
Guest anon

Personal note.

I have discovered that although when running this script against multiple file versions, it produces the error

> >>>mv: when moving multiple files, last argument must be a directory

> >>>Try `mv --help' for more information.

........the action has still been carried out, the file names have changed despite the error message.

Weird :screwy:

Link to comment
Share on other sites

Guest anon

With the -P option:

./rsyncOptimum -Pauv --delete --exclude "iso/" ftp.
pcds.ch::plf/ /var/ftp/pub/PLF/
`/var/ftp/pub/PLF/mandrake/10.0/i586/subtitleripper-0.6.12-4plf.i586.rpm' -> `/v
ar/ftp/pub/PLF/mandrake/10.0/i586/subtitleripper-0.6.12-5plf.i586.rpm'
`/var/ftp/pub/PLF/mandrake/10.0/i586/transcode-0.6.12-4plf.i586.rpm' -> `/var/ft
p/pub/PLF/mandrake/10.0/i586/transcode-0.6.12-5plf.i586.rpm'
`/var/ftp/pub/PLF/mandrake/10.0/noarch/mythweb-0.15-2plf.noarch.rpm' -> `/var/ft
p/pub/PLF/mandrake/10.0/noarch/mythweb-0.15.1-1plf.noarch.rpm'
`/var/ftp/pub/PLF/mandrake/cooker/noarch/mythweb-0.15-2plf.noarch.rpm' -> `/var/
ftp/pub/PLF/mandrake/cooker/noarch/mythweb-0.15.1-1plf.noarch.rpm'
`/var/ftp/pub/PLF/mandrake/src/mythmusic-0.15-1plf.src.rpm' -> `/var/ftp/pub/PLF
/mandrake/src/mythmusic-0.15.1-1plf.src.rpm'
`/var/ftp/pub/PLF/mandrake/src/mythtv-0.15-1plf.src.rpm' -> `/var/ftp/pub/PLF/ma
ndrake/src/mythtv-0.15.1-1plf.src.rpm'
`/var/ftp/pub/PLF/mandrake/src/mythvideo-0.15-1plf.src.rpm' -> `/var/ftp/pub/PLF
/mandrake/src/mythvideo-0.15.1-1plf.src.rpm'
`/var/ftp/pub/PLF/mandrake/src/mythweb-0.15-2plf.src.rpm' -> `/var/ftp/pub/PLF/m
andrake/src/mythweb-0.15.1-1plf.src.rpm'
exec rsync -Pauv --delete --exclude iso/ ftp.pcds.ch::plf/ /var/ftp/pub/PLF/
receiving file list ...
3283 files to consider
mandrake/10.0/
mandrake/10.0/i586/
mandrake/10.0/MD5SUM
         98 100%   13.67kB/s    0:00:00  (1, 0.1% of 3283)
mandrake/10.0/hdlist.cz
mandrake/10.0/noarch/0.00kB/s    0:00:00
mandrake/cooker/
mandrake/cooker/noarch/
mandrake/src/
    1462599 100%  731.35kB/s    0:00:01  (2, 0.2% of 3283)
mandrake/10.0/i586/subtitleripper-0.6.12-5plf.i586.rpm
      48363 100%   45.90kB/s    0:00:01  (3, 8.8% of 3283)
mandrake/10.0/i586/transcode-0.6.12-5plf.i586.rpm
    5768210 100%  578.04kB/s    0:00:09  (4, 9.0% of 3283)
mandrake/10.0/list
      17077 100%   31.47kB/s    0:00:00  (5, 11.2% of 3283)
mandrake/10.0/noarch/mythweb-0.15.1-1plf.noarch.rpm
     201070 100%  220.63kB/s    0:00:00  (6, 12.5% of 3283)
mandrake/10.0/synthesis.hdlist.cz
      31984 100%   35.06kB/s    0:00:00  (7, 13.0% of 3283)
mandrake/10.0/version
         64 100%    0.07kB/s    0:00:00  (8, 13.0% of 3283)
mandrake/cooker/MD5SUM
         98 100%    0.11kB/s    0:00:00  (9, 63.9% of 3283)
mandrake/cooker/hdlist.cz
    2492344 100%    1.94MB/s    0:00:01  (10, 71.1% of 3283)
mandrake/cooker/list
      37644 100%  170.98kB/s    0:00:00  (11, 82.0% of 3283)
mandrake/cooker/noarch/mythweb-0.15.1-1plf.noarch.rpm
     201084 100%  415.16kB/s    0:00:00  (12, 83.3% of 3283)
mandrake/cooker/synthesis.hdlist.cz
      67908 100%  120.14kB/s    0:00:00  (13, 92.7% of 3283)
mandrake/cooker/version
         66 100%    0.12kB/s    0:00:00  (14, 92.7% of 3283)
mandrake/src/MD5SUM
         98 100%    0.17kB/s    0:00:00  (15, 92.9% of 3283)
mandrake/src/hdlist.cz
     257031 100%  247.30kB/s    0:00:01  (16, 95.2% of 3283)
mandrake/src/list
       7433 100%    3.54MB/s    0:00:00  (17, 96.4% of 3283)
mandrake/src/mythmusic-0.15.1-1plf.src.rpm
     233843 100%  612.23kB/s    0:00:00  (18, 96.8% of 3283)
mandrake/src/mythtv-0.15.1-1plf.src.rpm
    6258634 100%  505.96kB/s    0:00:12  (19, 96.9% of 3283)
mandrake/src/mythvideo-0.15.1-1plf.src.rpm
     222885 100%  181.54kB/s    0:00:01  (20, 97.0% of 3283)
mandrake/src/mythweb-0.15.1-1plf.src.rpm
     168293 100%  420.33kB/s    0:00:00  (21, 97.1% of 3283)
mandrake/src/synthesis.hdlist.cz
      10192 100%   25.33kB/s    0:00:00  (22, 98.6% of 3283)
mandrake/src/version
         67 100%    0.17kB/s    0:00:00  (23, 98.9% of 3283)

wrote 59608 bytes  read 14317051 bytes  504444.18 bytes/sec
total size is 4496457222  speedup is 312.76

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...