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

23 lines
370 B
Plaintext

#src_dirs = '~'.split() # absolute path to directory to be backed up
src_dirs = '''
~
'''.split()
excludes = '''
~/tmp
~/Applications
~/Downloads
~/Music
~/Library
~/Parallels
~/.cache
~/.mozilla
~/.config/google-chrome
~/.config/BraveSoftware
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
~/**/.*.swo
'''.split()