my-yadm/.config/emborg/home##os.Linux,h.midgaard

58 lines
1.2 KiB
Plaintext

#src_dirs = '~'.split() # absolute path to directory to be backed up
src_dirs = '''
~
/mnt/storage/psi-jack
'''.split()
excludes = '''
~/Downloads
~/Music
~/Videos
~/VirtualBox*
~/bin/sl
~/snap
~/src/keyboarding-master
~/src/macOS-Simple-KVM
~/src/opensim
~/src/opensim2
~/tmp
~/.cache
~/.mozilla
~/.config/Code
~/.config/discord
~/.config/google-chrome
~/.config/Hamsket
~/.config/BraveSoftware
~/.config/RamboxPro
~/.config/Station
~/.config/unity3d
~/.paradoxlauncher
~/.firestorm/cache*
~/.firestorm_x64/cache*
~/.secondlife/cache*
~/.local/share/containers/storage
~/.local/share/fonts
~/.local/share/feral-interactive
~/.local/share/Steam
~/.nv
~/.kube
~/.steam
~/.thunderbird
~/.vagrant.d/
~/.vscode
~/**/__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
/mnt/storage/psi-jack/VirtualBox*
'''.split()