12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #!/bin/bash
- rsync -av --delete --progress rsync://bear.alienbase.nl/mirrors/people/alien/multilib/current/ /media/Slackware64-14.2/current
- # Examples from Orbea rsync -av --delete --exclude-from=$BLACKLIST $MLURL $MLDIR
- # Example BLACKLIST from Orbea
- # # ap
- # *cups*
- # *flac*
- # *mariadb*
- # *mpg123*
- # *sqlite*
- #
- # # d
- # *libtool*
- # *opencl-headers*
- #
- # # l
- # *alsa-plugins*
- # *audiofile*
- # *esound*
- # *ffmpeg*
- # *fftw*
- # *gnome-keyring*
- # *gst*
- # *lame*
- # *libart*
- # *libasyncns*
- # *libclc*
- # *libgphoto2*
- # *libsamplerate*
- # *libsndfile*
- # *ocl-icd*
- # *poppler*
- # *python-six*
- # *pulse*
- # *qt*
- # *sbc*
- # *speexdsp*
- # *v4l*
- #
- # # n
- # *libtirpc*
- # *samba*
- #
- # # x
- # *libinput*
- # *libva*
- # *libvdpau*
- # *libxslt*
- #
- # # xap
- # *sane*
- # *seamonkey*
- # *xsane*
|