Merge branch 'master' of git.home.ld:psi-jack/my-yadm

This commit is contained in:
Eric Renfro 2020-11-24 09:51:57 -05:00
commit b56870de47
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
#src_dirs = '~'.split() # absolute path to directory to be backed up
src_dirs = '''
~
'''.split()
excludes = '''
~/tmp
~/.cache
~/.mozilla
~/.config/google-chrome
~/.config/BraveSoftware
~/.firestorm_x64/cache
~/.firestorm_x64/cache-sl
~/.local/share/fonts
~/.local/share/Steam
~/.steam/steam/steamapps
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
~/**/.*.swo
~/Backups
~/Downloads
~/ISOs
~/Music
~/Nextcloud
~/bin/sl
'''.split()