Updated emborg backup config for midgaard and ragnarok
This commit is contained in:
parent
1279c3344c
commit
8375ab5c29
3 changed files with 53 additions and 3 deletions
|
@ -5,7 +5,10 @@ src_dirs = '''
|
||||||
|
|
||||||
excludes = '''
|
excludes = '''
|
||||||
~/tmp
|
~/tmp
|
||||||
|
~/Applications
|
||||||
|
~/Downloads
|
||||||
~/Music
|
~/Music
|
||||||
|
~/Library
|
||||||
~/Library/Application Support/Steam
|
~/Library/Application Support/Steam
|
||||||
~/Library/Application Support/Google
|
~/Library/Application Support/Google
|
||||||
~/Library/Application Support/LogMeInInc
|
~/Library/Application Support/LogMeInInc
|
||||||
|
@ -16,6 +19,7 @@ excludes = '''
|
||||||
~/Library/Logs
|
~/Library/Logs
|
||||||
~/Library/Python
|
~/Library/Python
|
||||||
~/Library/Caches
|
~/Library/Caches
|
||||||
|
~/Parallels
|
||||||
~/.cache
|
~/.cache
|
||||||
~/.mozilla
|
~/.mozilla
|
||||||
~/.config/google-chrome
|
~/.config/google-chrome
|
||||||
|
|
|
@ -5,16 +5,41 @@ src_dirs = '''
|
||||||
'''.split()
|
'''.split()
|
||||||
|
|
||||||
excludes = '''
|
excludes = '''
|
||||||
|
~/Downloads
|
||||||
|
~/Music
|
||||||
|
~/Videos
|
||||||
|
~/VirtualBox*
|
||||||
|
~/bin/sl
|
||||||
|
~/snap
|
||||||
|
~/src/keyboarding-master
|
||||||
|
~/src/macOS-Simple-KVM
|
||||||
|
~/src/opensim
|
||||||
|
~/src/opensim2
|
||||||
~/tmp
|
~/tmp
|
||||||
~/.cache
|
~/.cache
|
||||||
~/.mozilla
|
~/.mozilla
|
||||||
|
~/.config/Code
|
||||||
|
~/.config/discord
|
||||||
~/.config/google-chrome
|
~/.config/google-chrome
|
||||||
|
~/.config/Hamsket
|
||||||
~/.config/BraveSoftware
|
~/.config/BraveSoftware
|
||||||
~/.firestorm_x64/cache
|
~/.config/RamboxPro
|
||||||
~/.firestorm_x64/cache-sl
|
~/.config/Station
|
||||||
|
~/.config/unity3d
|
||||||
|
~/.paradoxlauncher
|
||||||
|
~/.firestorm/cache*
|
||||||
|
~/.firestorm_x64/cache*
|
||||||
|
~/.secondlife/cache*
|
||||||
|
~/.local/share/containers/storage
|
||||||
~/.local/share/fonts
|
~/.local/share/fonts
|
||||||
|
~/.local/share/feral-interactive
|
||||||
~/.local/share/Steam
|
~/.local/share/Steam
|
||||||
~/.steam/steam/steamapps
|
~/.nv
|
||||||
|
~/.kube
|
||||||
|
~/.steam
|
||||||
|
~/.thunderbird
|
||||||
|
~/.vagrant.d/
|
||||||
|
~/.vscode
|
||||||
~/**/__pycache__
|
~/**/__pycache__
|
||||||
~/**/*.pyc
|
~/**/*.pyc
|
||||||
~/**/.*.swp
|
~/**/.*.swp
|
||||||
|
@ -27,5 +52,6 @@ excludes = '''
|
||||||
/mnt/storage/psi-jack/Nextcloud
|
/mnt/storage/psi-jack/Nextcloud
|
||||||
/mnt/storage/psi-jack/Nextcloud-Gleim
|
/mnt/storage/psi-jack/Nextcloud-Gleim
|
||||||
/mnt/storage/psi-jack/Nextcloud-new
|
/mnt/storage/psi-jack/Nextcloud-new
|
||||||
|
/mnt/storage/psi-jack/VirtualBox*
|
||||||
'''.split()
|
'''.split()
|
||||||
|
|
||||||
|
|
|
@ -12,13 +12,31 @@ excludes = '''
|
||||||
~/tmp
|
~/tmp
|
||||||
~/Music
|
~/Music
|
||||||
~/bin/sl
|
~/bin/sl
|
||||||
|
~/Downloads
|
||||||
|
~/Videos
|
||||||
|
~/snap
|
||||||
~/.cache
|
~/.cache
|
||||||
~/.mozilla
|
~/.mozilla
|
||||||
~/.config/google-chrome
|
~/.config/google-chrome
|
||||||
~/.config/BraveSoftware
|
~/.config/BraveSoftware
|
||||||
~/.firestorm_x64
|
~/.firestorm_x64
|
||||||
|
~/.secondlife/cache*
|
||||||
|
~/.local/share/containers/storage
|
||||||
~/.local/share/fonts
|
~/.local/share/fonts
|
||||||
~/.local/share/Steam
|
~/.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__
|
~/**/__pycache__
|
||||||
~/**/*.pyc
|
~/**/*.pyc
|
||||||
~/**/.*.swp
|
~/**/.*.swp
|
||||||
|
@ -27,5 +45,7 @@ excludes = '''
|
||||||
/mnt/storage/psi-jack/Music
|
/mnt/storage/psi-jack/Music
|
||||||
/mnt/storage/psi-jack/Downloads
|
/mnt/storage/psi-jack/Downloads
|
||||||
/mnt/storage/psi-jack/ISOs
|
/mnt/storage/psi-jack/ISOs
|
||||||
|
/mnt/storage/psi-jack/Videos
|
||||||
|
/mnt/storage/psi-jack/.mail
|
||||||
'''.split()
|
'''.split()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue