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 = {
|
my.backup = {
|
||||||
enable = true;
|
enable = false;
|
||||||
jobName = "crashRsync";
|
jobName = "crashRsync";
|
||||||
paths = [
|
paths = [
|
||||||
"/var/backup"
|
"/var/backup"
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./gitlab.nix
|
./gitlab.nix
|
||||||
./backup.nix
|
./backup.nix
|
||||||
./rclone.nix
|
|
||||||
./postgres.nix
|
./postgres.nix
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./adguard.nix
|
./adguard.nix
|
||||||
|
@ -22,9 +21,7 @@
|
||||||
./wireguard.nix
|
./wireguard.nix
|
||||||
./grafana.nix
|
./grafana.nix
|
||||||
./conduwuit.nix
|
./conduwuit.nix
|
||||||
./immich.nix
|
|
||||||
./element.nix
|
./element.nix
|
||||||
./attic.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
my.backup = {
|
my.backup = {
|
||||||
enable = true;
|
enable = false;
|
||||||
jobName = "titanRsync";
|
jobName = "titanRsync";
|
||||||
repo = "titan";
|
repo = "titan";
|
||||||
passFile = config.sops.secrets."borg/rsyncnet".path;
|
passFile = config.sops.secrets."borg/rsyncnet".path;
|
||||||
|
|
|
@ -205,7 +205,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
my.backup = {
|
my.backup = {
|
||||||
enable = true;
|
enable = false;
|
||||||
jobName = "ytnixRsync";
|
jobName = "ytnixRsync";
|
||||||
exclude = [
|
exclude = [
|
||||||
"/var/lib/private/ollama"
|
"/var/lib/private/ollama"
|
||||||
|
|
Loading…
Add table
Reference in a new issue