1
0

rsync-exclude 155 B

1234567891011121314
  1. - *build*
  2. - *bin*
  3. - *include*
  4. - *lib*
  5. - *.DS_Store
  6. - *.git*
  7. - *.Python
  8. - *__pycache__*
  9. - *.pyc
  10. - 2010/
  11. - 2011/
  12. - 2012/
  13. - 2009 und aelter/
  14. - .rsync-backup/