my-yadm/.config/emborg/home##os.Linux,h.loki

29 lines
511 B
Plaintext
Raw Permalink Normal View History

2020-11-23 14:48:55 -05:00
#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
2020-11-23 20:39:23 -05:00
~/bin/sl
2020-11-23 14:48:55 -05:00
'''.split()