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