#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()