Merge pull request 'don’t backup some cache dirs and kubo' (#91) from dont-backup-kubo into main
Reviewed-on: #91
This commit is contained in:
commit
652e5a2b6e
1 changed files with 10 additions and 0 deletions
|
@ -8,6 +8,16 @@ _: {
|
||||||
extraBackupArgs = [
|
extraBackupArgs = [
|
||||||
"--exclude-caches"
|
"--exclude-caches"
|
||||||
"--compression max"
|
"--compression max"
|
||||||
|
"--exclude"
|
||||||
|
"/var/tmp"
|
||||||
|
"--exclude"
|
||||||
|
"/var/cache"
|
||||||
|
"--exclude"
|
||||||
|
"/root/.cache"
|
||||||
|
"--exclude"
|
||||||
|
"/home/darkkirb/.cache"
|
||||||
|
"--exclude"
|
||||||
|
"/var/lib/kubo/root"
|
||||||
];
|
];
|
||||||
repository = "sftp:backup@backup.int.chir.rs:/backup";
|
repository = "sftp:backup@backup.int.chir.rs:/backup";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue