Added emborg settings for macOS
This commit is contained in:
parent
d62d0f75b8
commit
b3cd0f658e
2 changed files with 29 additions and 2 deletions
27
.config/emborg/macos
Normal file
27
.config/emborg/macos
Normal file
|
@ -0,0 +1,27 @@
|
|||
#src_dirs = '~'.split() # absolute path to directory to be backed up
|
||||
src_dirs = '''
|
||||
~
|
||||
'''.split()
|
||||
|
||||
excludes = '''
|
||||
~/tmp
|
||||
~/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
|
||||
~/.cache
|
||||
~/.mozilla
|
||||
~/.config/google-chrome
|
||||
~/.config/BraveSoftware
|
||||
~/**/__pycache__
|
||||
~/**/*.pyc
|
||||
~/**/.*.swp
|
||||
~/**/.*.swo
|
||||
'''.split()
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
# These settings are common to all configurations
|
||||
|
||||
# configurations
|
||||
configurations = 'home'
|
||||
default_configuration = 'home'
|
||||
configurations = 'macos'
|
||||
default_configuration = 'macos'
|
||||
|
||||
# passcode
|
||||
# specify either passphrase or avendesora_account
|
||||
|
|
Loading…
Reference in a new issue