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