Testing live cd's - Rsync
Karl
karl.vanwynsberghe at telenet.be
Sun Feb 11 07:56:03 UTC 2007
Hi,
I justwanted to share this with you all...
If you want to test the live cd's you don't need to download the complete
700MB of data from the iso file each time.
You can just use rsync to download the "difference".
The following is an example;
:~$ rsync -v --progress
rsync://cdimage.ubuntu.com/cdimage/kubuntu/daily-live/current/feisty-desktop-i386.iso /home/user/isoKubuntu/feisty-desktop-i386.iso
This means:
rsync -v --progress
==> the command
rsync://cdimage.ubuntu.com/cdimage/kubuntu/daily-live/current/feisty-desktop-i386.iso
==> what you want to sync
/home/user/isoKubuntu/feisty-desktop-i386.iso
==> where you want to put it (= compaire with)
Karl,
More information about the kubuntu-users
mailing list