my-yadm/.config/emborg/macos

28 lines
617 B
Plaintext
Raw Normal View History

2020-02-29 15:37:44 -05:00
#src_dirs = '~'.split() # absolute path to directory to be backed up
src_dirs = '''
~
'''.split()
excludes = '''
~/tmp
~/Library/Application Support/Steam
~/Library/Application Support/Google
~/Library/Application Support/LogMeInInc
~/Library/Application Support/Code
~/Library/Application Support/Firefox
~/Library/Containers
~/Library/Group Containers
~/Library/Logs
~/Library/Python
~/Library/Caches
~/.cache
~/.mozilla
~/.config/google-chrome
~/.config/BraveSoftware
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
~/**/.*.swo
'''.split()