Compare commits
2 commits
fe720b2de3
...
30fc01b5ae
| Author | SHA1 | Date | |
|---|---|---|---|
| 30fc01b5ae | |||
| 13684ecdc4 |
2 changed files with 5 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ in
|
|||
services.restic.backups.backblaze = {
|
||||
# Take care of included and excluded files
|
||||
paths = cfg.paths;
|
||||
extraBackupArgs = [ ]
|
||||
extraBackupArgs = [ "--verbose=2" ]
|
||||
++ lib.optional (builtins.length cfg.exclude != 0) excludeArg
|
||||
;
|
||||
# Take care of creating the repository if it doesn't exist
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ in
|
|||
paths = [
|
||||
config.services.nextcloud.home
|
||||
];
|
||||
exclude = [
|
||||
# image previews can take up a lot of space
|
||||
"${config.services.nextcloud.home}/data/appdata_*/preview"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue