#src_dirs = '~'.split() # absolute path to directory to be backed up src_dirs = ''' ~ /mnt/storage/psi-jack '''.split() excludes = ''' ~/tmp ~/.cache ~/.mozilla ~/.config/google-chrome ~/.config/BraveSoftware ~/.firestorm_x64/cache ~/.firestorm_x64/cache-sl ~/.local/share/fonts ~/.local/share/Steam ~/.steam/steam/steamapps ~/**/__pycache__ ~/**/*.pyc ~/**/.*.swp ~/**/.*.swo /mnt/storage/psi-jack/Backups /mnt/storage/psi-jack/Downloads /mnt/storage/psi-jack/ISOs /mnt/storage/psi-jack/.mail /mnt/storage/psi-jack/Music /mnt/storage/psi-jack/Nextcloud /mnt/storage/psi-jack/Nextcloud-Gleim /mnt/storage/psi-jack/Nextcloud-new '''.split()