rsync.net cutoff
This commit is contained in:
parent
63dd8ee087
commit
5c7d5ee4f2
4 changed files with 3 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
{
|
||||
my.backup = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
jobName = "crashRsync";
|
||||
paths = [
|
||||
"/var/backup"
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
./hardware-configuration.nix
|
||||
./gitlab.nix
|
||||
./backup.nix
|
||||
./rclone.nix
|
||||
./postgres.nix
|
||||
./wireguard.nix
|
||||
./adguard.nix
|
||||
|
@ -22,9 +21,7 @@
|
|||
./wireguard.nix
|
||||
./grafana.nix
|
||||
./conduwuit.nix
|
||||
./immich.nix
|
||||
./element.nix
|
||||
./attic.nix
|
||||
];
|
||||
|
||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
{
|
||||
my.backup = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
jobName = "titanRsync";
|
||||
repo = "titan";
|
||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
};
|
||||
|
||||
my.backup = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
jobName = "ytnixRsync";
|
||||
exclude = [
|
||||
"/var/lib/private/ollama"
|
||||
|
|
Loading…
Add table
Reference in a new issue