backup /root/.local/ by default

This commit is contained in:
Stanislas Lange 2021-03-13 17:43:55 +01:00
parent 3ba33817d0
commit ed0aa82b87
No known key found for this signature in database
GPG key ID: 710D9597C7EAD8CF

View file

@ -9,7 +9,7 @@ restic_repository_name: restic
restic_default_folders:
- { path: '/etc' }
- { path: '/var/log' }
- { path: '/root', exclude: '--exclude .cache --exclude .local' }
- { path: '/root', exclude: '--exclude .cache' }
restic_folders: []
restic_databases: []
restic_dump_compression_enabled: false