mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-23 06:21:31 -04:00
temporary fix to make sure sites are getting backed up
This commit is contained in:
parent
f80d80563f
commit
f6ed1c1393
1 changed files with 58 additions and 19 deletions
|
|
@ -6,27 +6,27 @@ let
|
|||
OnCalendar = "hourly";
|
||||
Persistent = true;
|
||||
};
|
||||
paths = [
|
||||
# Pocket-ID
|
||||
"/var/lib/pocket-id"
|
||||
"/var/lib/forgejo"
|
||||
"/var/lib/mealie"
|
||||
# paths = [
|
||||
# # Pocket-ID
|
||||
# "/var/lib/pocket-id"
|
||||
# "/var/lib/forgejo"
|
||||
# "/var/lib/mealie"
|
||||
|
||||
# lubelogger.nix
|
||||
"${volumePath}/lubelogger"
|
||||
# # lubelogger.nix
|
||||
# "${volumePath}/lubelogger"
|
||||
|
||||
# trilium.nix
|
||||
"/var/lib/trilium/backup"
|
||||
# # trilium.nix
|
||||
# "/var/lib/trilium/backup"
|
||||
|
||||
# actualbudget
|
||||
"${volumePath}/actualbudget"
|
||||
# # actualbudget
|
||||
# "${volumePath}/actualbudget"
|
||||
|
||||
"/var/lib/tuwunel"
|
||||
"/var/lib/paperless/export"
|
||||
"/var/lib/octoprint"
|
||||
"/var/lib/komga"
|
||||
# "/var/lib/tuwunel"
|
||||
# "/var/lib/paperless/export"
|
||||
# "/var/lib/octoprint"
|
||||
# "/var/lib/komga"
|
||||
|
||||
];
|
||||
# ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
@ -47,8 +47,29 @@ in
|
|||
borg-base = restic-default // {
|
||||
repositoryFile = config.sops.secrets."restic/borg-base/url".path;
|
||||
passwordFile = config.sops.secrets."restic/borg-base/key".path;
|
||||
paths = [
|
||||
# Pocket-ID
|
||||
"/var/lib/pocket-id"
|
||||
"/var/lib/forgejo"
|
||||
"/var/lib/mealie"
|
||||
|
||||
# lubelogger.nix
|
||||
"${volumePath}/lubelogger"
|
||||
|
||||
# trilium.nix
|
||||
"/var/lib/trilium/backup"
|
||||
|
||||
# actualbudget
|
||||
"${volumePath}/actualbudget"
|
||||
|
||||
"/var/lib/tuwunel"
|
||||
"/var/lib/paperless/export"
|
||||
"/var/lib/octoprint"
|
||||
"/var/lib/komga"
|
||||
|
||||
];
|
||||
};
|
||||
hetzner-handlerone = {
|
||||
hetzner-handlerone = restic-default // {
|
||||
initialize = true;
|
||||
extraOptions = [
|
||||
"sftp.args='-i /etc/ssh/ssh_host_ed25519_key -p 23'"
|
||||
|
|
@ -60,8 +81,26 @@ in
|
|||
"${volumePath}/flamesites/nnsbluegrass"
|
||||
"/home/crow/swgalaxysite/public_html"
|
||||
"/home/crow/flamebandsite/public_html"
|
||||
# Pocket-ID
|
||||
"/var/lib/pocket-id"
|
||||
"/var/lib/forgejo"
|
||||
"/var/lib/mealie"
|
||||
|
||||
# lubelogger.nix
|
||||
"${volumePath}/lubelogger"
|
||||
|
||||
# trilium.nix
|
||||
"/var/lib/trilium/backup"
|
||||
|
||||
# actualbudget
|
||||
"${volumePath}/actualbudget"
|
||||
|
||||
"/var/lib/tuwunel"
|
||||
"/var/lib/paperless/export"
|
||||
"/var/lib/octoprint"
|
||||
"/var/lib/komga"
|
||||
|
||||
];
|
||||
}
|
||||
// restic-default;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue