Letzte Aktualisierung am 22.09.2019, 15:09:22 Uhr
Ich setze dabei auf das Tool „wget“ ein. Unter Linux (Debian/Ubuntu) lässt sich das Tool mit dem Befehl „apt-get install wget“ installieren. Natürlich gibt dieses auch für Windows.
# Synology Downloads ## 00 5 * * * root cd /var/www/synology.wydler.eu/download/DiskStation/DSM4.1/ && wget -A pat,MD5 -c -r -N -nH --cut-dir=3 --no-parent http://ukdl.synology.com/download/DiskStation/DSM4.1/ 00 3 * * * root cd /var/www/synology.wydler.eu/download/DiskStation/DSM4.2/ && wget -R "index.html*" -c -r -N -nH --cut-dir=3 --no-parent http://ukdl.synology.com/download/DiskStation/DSM4.2/ 00 4 * * * root cd /var/www/synology.wydler.eu/download/packages/ && wget -R "index.html*" -c -r -N -nH --cut-dir=2 --no-parent http://ukdl.synology.com/download/packages/ 00 3 * * * root cd /var/www/synology.wydler.eu/download/ds/ && wget -R "index.html*" -c -r -N -nH --cut-dir=2 --no-parent http://ukdl.synology.com/download/ds/ 00 4 * * * root cd /var/www/synology.wydler.eu/download/vs/ && wget -R "index.html*" -c -r -N -nH --cut-dir=2 --no-parent http://ukdl.synology.com/download/vs/ 30 3 * * * root cd /var/www/synology.wydler.eu/download/RS/ && wget -R "index.html*" -c -r -N -nH --cut-dir=2 --no-parent http://ukdl.synology.com/download/RS/ 30 4 * * * root cd /var/www/synology.wydler.eu/download/android_apps/ && wget -R "index.html*" -c -r -N -nH --cut-dir=2 --no-parent http://ukdl.synology.com/download/android_apps/
Version: 0.2, Stand: 01.04.2013
Einfach als Cronjob (Linux) bzw. Aufgabenplanung (Windows) definieren und den Pfad anpassen. Ihr benötigt min. 70GB freien Speicherplatz für Packages und nur die neuste DSM Version. Jede zusätzlich DSM Version braucht ca. 15GB.