backup /root/.local/ by default
This commit is contained in:
parent
3ba33817d0
commit
ed0aa82b87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue