Updated emborg backup config for midgaard and ragnarok

This commit is contained in:
Eric Renfro 2020-11-24 09:51:08 -05:00
parent dc2d3ece7c
commit 72f5b166b2
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
3 changed files with 53 additions and 3 deletions

View File

@ -5,7 +5,10 @@ src_dirs = '''
excludes = '''
~/tmp
~/Applications
~/Downloads
~/Music
~/Library
~/Library/Application Support/Steam
~/Library/Application Support/Google
~/Library/Application Support/LogMeInInc
@ -16,6 +19,7 @@ excludes = '''
~/Library/Logs
~/Library/Python
~/Library/Caches
~/Parallels
~/.cache
~/.mozilla
~/.config/google-chrome

View File

@ -5,16 +5,41 @@ src_dirs = '''
'''.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
~/.firestorm_x64/cache
~/.firestorm_x64/cache-sl
~/.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
~/.steam/steam/steamapps
~/.nv
~/.kube
~/.steam
~/.thunderbird
~/.vagrant.d/
~/.vscode
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
@ -27,5 +52,6 @@ excludes = '''
/mnt/storage/psi-jack/Nextcloud
/mnt/storage/psi-jack/Nextcloud-Gleim
/mnt/storage/psi-jack/Nextcloud-new
/mnt/storage/psi-jack/VirtualBox*
'''.split()

View File

@ -12,13 +12,31 @@ excludes = '''
~/tmp
~/Music
~/bin/sl
~/Downloads
~/Videos
~/snap
~/.cache
~/.mozilla
~/.config/google-chrome
~/.config/BraveSoftware
~/.firestorm_x64
~/.secondlife/cache*
~/.local/share/containers/storage
~/.local/share/fonts
~/.local/share/Steam
~/.steam
~/.config/unity3d
~/.paradoxlauncher
~/.local/share/feral-interactive/
~/.vscode
~/.config/Code/CachedData
~/.config/Code/Cached
~/.config/Code/logs
~/.config/RamboxPro
~/.config/Station/
~/.kube
~/.config/discord/Cache
~/.config/Hamsket
~/**/__pycache__
~/**/*.pyc
~/**/.*.swp
@ -27,5 +45,7 @@ excludes = '''
/mnt/storage/psi-jack/Music
/mnt/storage/psi-jack/Downloads
/mnt/storage/psi-jack/ISOs
/mnt/storage/psi-jack/Videos
/mnt/storage/psi-jack/.mail
'''.split()