From e3f695aadaf71d10e6a555f709f526b685db202d Mon Sep 17 00:00:00 2001 From: Jens Beckmann Date: Sun, 31 May 2026 11:58:38 +0000 Subject: [PATCH] setup.sh aktualisiert --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index 6408756..8c39671 100644 --- a/setup.sh +++ b/setup.sh @@ -1,2 +1,5 @@ sudo apt update && sudo apt install borgbackup -y +# Vom Docker-Host aus: +borg init --encryption=repokey \ + ssh://pi@backup.lan/media/backup/borg-repo \ No newline at end of file