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:
Charlotte 🦝 Delenk 2023-06-07 05:10:05 +00:00
commit 652e5a2b6e
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -8,6 +8,16 @@ _: {
extraBackupArgs = [
"--exclude-caches"
"--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";
};