2020-02-26 22:04:40 -05:00
|
|
|
#src_dirs = '~'.split() # absolute path to directory to be backed up
|
|
|
|
src_dirs = '''
|
|
|
|
~
|
|
|
|
/mnt/storage/psi-jack
|
|
|
|
'''.split()
|
|
|
|
|
|
|
|
excludes = '''
|
|
|
|
~/tmp
|
|
|
|
~/.cache
|
|
|
|
~/.mozilla
|
|
|
|
~/.config/google-chrome
|
|
|
|
~/.config/BraveSoftware
|
2020-10-30 11:17:17 -04:00
|
|
|
~/.firestorm_x64/cache
|
|
|
|
~/.firestorm_x64/cache-sl
|
2020-02-26 22:04:40 -05:00
|
|
|
~/.local/share/fonts
|
|
|
|
~/.local/share/Steam
|
2020-03-01 19:38:51 -05:00
|
|
|
~/.steam/steam/steamapps
|
2020-02-26 22:04:40 -05:00
|
|
|
~/**/__pycache__
|
|
|
|
~/**/*.pyc
|
|
|
|
~/**/.*.swp
|
|
|
|
~/**/.*.swo
|
2020-10-30 11:17:17 -04:00
|
|
|
/mnt/storage/psi-jack/Backups
|
|
|
|
/mnt/storage/psi-jack/Downloads
|
|
|
|
/mnt/storage/psi-jack/ISOs
|
|
|
|
/mnt/storage/psi-jack/.mail
|
|
|
|
/mnt/storage/psi-jack/Music
|
|
|
|
/mnt/storage/psi-jack/Nextcloud
|
|
|
|
/mnt/storage/psi-jack/Nextcloud-Gleim
|
|
|
|
/mnt/storage/psi-jack/Nextcloud-new
|
2020-02-26 22:04:40 -05:00
|
|
|
'''.split()
|
|
|
|
|