feat(servers): add backups to services that I forgot to backup.
This commit is contained in:
parent
ab2ee3760b
commit
faf8dcb38f
7 changed files with 35 additions and 0 deletions
|
|
@ -20,4 +20,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/backup/postgresql"];
|
||||
server.paths = ["/var/backup/postgresql"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,4 +25,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/ntfy-sh"];
|
||||
server.paths = ["/var/lib/ntfy-sh"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,4 +21,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/uptime-kuma"];
|
||||
server.paths = ["/var/lib/uptime-kuma"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,4 +31,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/matrix-conduit"];
|
||||
server.paths = ["/var/lib/matrix-conduit"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,4 +23,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/plausible"];
|
||||
server.paths = ["/var/lib/plausible"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,4 +20,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/komga"];
|
||||
server.paths = ["/var/lib/komga"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,4 +26,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/paperless"];
|
||||
server.paths = ["/var/lib/paperless"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue