streaming from imac now works

This commit is contained in:
Sebastian Moser
2025-09-07 03:41:22 +02:00
parent 73837c71cb
commit 0c04a03e26
9 changed files with 242 additions and 27 deletions

View File

@@ -430,6 +430,10 @@
user = "server";
port = 49388;
};
ocih = {
hostname = "152.67.70.13";
user = "ubuntu";
};
};
};
};
@@ -505,7 +509,7 @@
};
path = with pkgs; [ curl bash socat borgbackup openssh ];
serviceConfig = {
ExecStart = "/home/borgs/backups/fusu-ocih.sh";
ExecStart = "/home/borgs/backups/ocih.sh";
User = "borgs";
Group = "borgs";
WorkingDirectory = "/home/borgs/backups";