rsync-multilib.sh 763 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #!/bin/bash
  2. rsync -av --delete --progress rsync://bear.alienbase.nl/mirrors/people/alien/multilib/current/ /media/Slackware64-14.2/current
  3. # Examples from Orbea rsync -av --delete --exclude-from=$BLACKLIST $MLURL $MLDIR
  4. # Example BLACKLIST from Orbea
  5. # # ap
  6. # *cups*
  7. # *flac*
  8. # *mariadb*
  9. # *mpg123*
  10. # *sqlite*
  11. #
  12. # # d
  13. # *libtool*
  14. # *opencl-headers*
  15. #
  16. # # l
  17. # *alsa-plugins*
  18. # *audiofile*
  19. # *esound*
  20. # *ffmpeg*
  21. # *fftw*
  22. # *gnome-keyring*
  23. # *gst*
  24. # *lame*
  25. # *libart*
  26. # *libasyncns*
  27. # *libclc*
  28. # *libgphoto2*
  29. # *libsamplerate*
  30. # *libsndfile*
  31. # *ocl-icd*
  32. # *poppler*
  33. # *python-six*
  34. # *pulse*
  35. # *qt*
  36. # *sbc*
  37. # *speexdsp*
  38. # *v4l*
  39. #
  40. # # n
  41. # *libtirpc*
  42. # *samba*
  43. #
  44. # # x
  45. # *libinput*
  46. # *libva*
  47. # *libvdpau*
  48. # *libxslt*
  49. #
  50. # # xap
  51. # *sane*
  52. # *seamonkey*
  53. # *xsane*