backup: exclude podman stuff by default
This commit is contained in:
parent
4acdc033e7
commit
0097bd40f4
3 changed files with 1 additions and 8 deletions
|
@ -9,10 +9,6 @@
|
||||||
paths = [
|
paths = [
|
||||||
"/vw-data"
|
"/vw-data"
|
||||||
];
|
];
|
||||||
exclude = [
|
|
||||||
# podman stuff
|
|
||||||
"/var/lib/containers"
|
|
||||||
];
|
|
||||||
repo = "crash";
|
repo = "crash";
|
||||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||||
sshKeyFile = config.sops.secrets."rsyncnet/id_ed25519".path;
|
sshKeyFile = config.sops.secrets."rsyncnet/id_ed25519".path;
|
||||||
|
|
|
@ -6,10 +6,6 @@
|
||||||
my.backup = {
|
my.backup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
jobName = "titanRsync";
|
jobName = "titanRsync";
|
||||||
exclude = [
|
|
||||||
# podman stuff
|
|
||||||
"/var/lib/containers"
|
|
||||||
];
|
|
||||||
repo = "titan";
|
repo = "titan";
|
||||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||||
sshKeyFile = config.sops.secrets."rsyncnet/id_ed25519".path;
|
sshKeyFile = config.sops.secrets."rsyncnet/id_ed25519".path;
|
||||||
|
|
|
@ -22,6 +22,7 @@ let
|
||||||
"**/cache"
|
"**/cache"
|
||||||
"**/Cache"
|
"**/Cache"
|
||||||
"/var/lib/docker"
|
"/var/lib/docker"
|
||||||
|
"/var/lib/containers" # podman
|
||||||
"/var/lib/systemd"
|
"/var/lib/systemd"
|
||||||
"/var/lib/libvirt"
|
"/var/lib/libvirt"
|
||||||
"**/.rustup"
|
"**/.rustup"
|
||||||
|
|
Loading…
Add table
Reference in a new issue