my-yadm/.config/emborg/home##os.Darwin,h.ragnarok

33 lines
706 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
~/Applications
~/Downloads
2020-03-01 19:38:51 -05:00
~/Music
~/Library
"~/Library/Application Support/Steam"
"~/Library/Application Support/Google"
"~/Library/Application Support/LogMeInInc"
"~/Library/Application Support/Code"
"~/Library/Application Support/Firefox"
2020-02-29 15:37:44 -05:00
~/Library/Containers
"~/Library/Group Containers"
2020-02-29 15:37:44 -05:00
~/Library/Logs
~/Library/Python
~/Library/Caches
~/Parallels
2020-02-29 15:37:44 -05:00
~/.cache
~/.mozilla
~/.config/google-chrome
~/.config/BraveSoftware
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
~/**/.*.swo
'''.split()