DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


What is "rsync"?

Rsync is an "open source utility that provides fast incremental file transfer", and helps you download or update a file through command line. Full instructions for installing and using rsync can be found [http://samba.anu.edu.au/rsync/ here] in rsync's homepage.

How do I download dynebolic with rsync?

First of all, choose the directory where you want to save the iso file to download, making sure you have got enough space in it. Then issue the following command without excluding the last dot:

rsync quico.dyne.org::dynebolic/latest/dynebolic-1.1.1.iso --port 6969 .

Wait long enough to download the file you requested (almost 50 minutes with a 2Mbit dsl), then proceed to BurningAndBooting.

How do I update my existing dynebolic iso file with rsync?

First change directory to where you saved the previous iso file. Let's suppose your iso file is located in /home/karlmarx/downloads:

cd /home/karlmarx/downloads/

Find out the name of the iso file you need to update to, by issuing:

rsync -P quico.dyne.org::dynebolic/latest/ --port 6969

Then rename the old iso file to the name of the latest dyne:bolic iso file that rsync returned, for example:

mv dynebolic-1.1.iso dynebolic-1.1.1.iso if you're planning to update your 1.1 to 1.1.1 iso file.

Lastly, update your iso file through rsync:

rsync quico.dyne.org::dynebolic/latest/dynebolic-1.1.1.iso --port 6969 . for the 1.1.1 version

Don't forget to include the last dot!Wait for the update to finish (takes from about 5 to 15 minutes, depending on your connection).

Now, you're ready to start BurningAndBooting!


DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


Created on 25-10-2003 by Tommy Drum for the community; please update and contribute!