[debian-edu-commits] [Debian Wiki] Trivial Update of "DebianEdu/GetACopy" by PatrickWillam

Debian Wiki debian-www at lists.debian.org
Fri Jan 9 17:26:22 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/GetACopy" page has been changed by PatrickWillam:
https://wiki.debian.org/DebianEdu/GetACopy?action=diff&rev1=12&rev2=13

Comment:
repair rsync commands

  If you already have a version of Skolelinux and want to download the latest one, you can and should use rsync because it finds what chunks of the file have been modified and only downloads those. For that reason, it's faster and helps us saving bandwidth.
  Run the following command on a terminal to update your ISO-image, where filename.iso is the name of the existing file on your disk:
  
- Net install iso<<BR>>
+ net install ISO<<BR>>
- {{{rsync -avzP ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-CD.iso}}}
+ {{{rsync -avzP rsync://ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-CD.iso}}}
  
- Usb iso<<BR>>
+ USB ISO<<BR>>
- {{{rsync -avzP ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-USB.iso}}}
+ {{{rsync -avzP rsync://ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-USB.iso}}}
  
- Source code iso<<BR>>
+ source code ISO<<BR>>
- {{{http://ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-source-USB.iso}}}
+ {{{rsync -avzP rsync://ftp.skolelinux.org/skolelinux-cd/debian-edu-7.1+edu0-source-USB.iso}}}
  <<BR>><<BR>><<BR>>
  
  ==== From a mirror ====
- 
  If you are having problems accessing the main site, you can check the following mirrors:
    * RWTH Aachen University, Germany
      * FTP: ftp://ftp.halifax.rwth-aachen.de/skolelinux/skolelinux-cd/



More information about the debian-edu-commits mailing list