Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#125524 - 10/11/2002 19:47 rsync 2.5.5 with vfdlib hack
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
In order to make rsync less boring, I've hacked a file progress indicator into rsync, using vfdlib.

You can download it here.

This binary is based on rsync 2.5.5. Enable the empeg display progress indicator by using the --empeg-progress command line switch. Otherwise, the binary works exactly the same as the non-hacked version that was available at the same location. Because this version is stripped, it's much smaller than its predecessor.

The binary does not require hijack.

Source to the hack is included. Have fun,

Pim

Top
#125525 - 13/11/2002 03:23 Re: rsync 2.5.5 with vfdlib hack [Re: pim]
anti
member

Registered: 10/07/2000
Posts: 117
Loc: BaWue, Germany, Europe
How about showing a screenshot ?

(I'd do it myself, but I'm upgrading my disks next weekend and won't fiddle with my setup until that is done.)
_________________________
-------------------- MKII 08000073 40GB BLUE

Top
#125526 - 13/11/2002 04:35 Re: rsync 2.5.5 with vfdlib hack [Re: pim]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
oooh, this will be tried tonight.
_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top
#125527 - 13/11/2002 07:57 Re: rsync 2.5.5 with vfdlib hack [Re: skibum]
unsquare
stranger

Registered: 22/02/2002
Posts: 55
Loc: Rignt here
what do it do?
_________________________
:: john (24GB Mk2)

Top
#125528 - 13/11/2002 12:53 Re: rsync 2.5.5 with vfdlib hack [Re: pim]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
Pim, this is just yummie.

although my other riocar is setup with rsync, I hadn't done the one I'm rsyncing to now. So, I set this up, and while it was deleting all the music, the screen was blank.

After that, it looks wonderful. As this empeg is new, I'm not setup to do a capture of the display, but trust me. Add the --empeg-progress to you rsync script and you won't be disappointed.

_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top
#125529 - 04/02/2003 05:54 Re: rsync 2.5.5 with vfdlib hack [Re: anti]
pim
addict

Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
How about showing a screenshot ?

It took me a while to figure out how easily screenshots
are made with Hijack ...

So here's one:



This screenshots shows
- name of file currently being transmitted
- size of source file
- ETA (estimated time of arrival)
- current transfer speed
- number of transferred bytes
- progress bar and percentage indicating file progress
- progress bar and percantage indicating progress on number of files

Pim


Attachments
138208-empeg.png (90 downloads)


Top
#125530 - 14/02/2003 20:32 Re: rsync 2.5.5 with vfdlib hack [Re: pim]
fink08
journeyman

Registered: 15/02/2002
Posts: 79
When i try to run rsync with the --empeg-progress switch I get an unrecognized option error.

Top
#125531 - 15/02/2003 02:41 Re: rsync 2.5.5 with vfdlib hack [Re: fink08]
skibum
enthusiast

Registered: 27/03/2002
Posts: 248
Loc: Swindon, UK
works for me with :-

/bin/rsync \
$@ \
--times \
--delete \
--verbose \
--recursive \
--copy-unsafe-links \
--exclude=config.ini \
--exclude=lost+found \
--exclude=khttpd \
--empeg-progress \
${rsyncserver}::${modulename}/drive? /
_________________________
Andy MK2a 60GB Amber 040103916 32mb/Light Kit MK2a 50GB Amber 030102560 32mb

Top