Adjust restic backups

This commit is contained in:
Andreas Zweili 2024-01-01 14:33:03 +01:00
parent d3db0aa233
commit eadf556c5f
5 changed files with 12 additions and 5 deletions

View File

@ -21,7 +21,7 @@ in {
};
az-restic-client-server-mysql = {
enable = true;
path = "/home/andreas";
path = "/mnt/server-data";
time = "00:30";
};
};

View File

@ -14,6 +14,12 @@
enable = true;
domain = "mail.zweili.org";
};
az-restic-client-server = {
enable = true;
path = "/mnt/server-data";
tag = "mail";
time = "01:00";
};
};
}

View File

@ -15,8 +15,8 @@
};
az-restic-client-server-mysql = {
enable = true;
path = "/home/andreas";
time = "01:30";
path = "/mnt/server-data";
time = "02:00";
};
};
}

View File

@ -15,7 +15,7 @@
enable = true;
path = "/var/lib/plex";
tag = "plex";
time = "02:30";
time = "01:30";
};
};
}

View File

@ -15,7 +15,8 @@
az-heimdall.enable = true;
az-restic-client-server = {
enable = true;
path = "/home/andreas";
path = "/mnt/server-data";
tag = "proxy";
time = "00:00";
};
nginx = {