5 lines
151 B
Bash
5 lines
151 B
Bash
sudo apt update && sudo apt install borgbackup -y
|
|
|
|
# Vom Docker-Host aus:
|
|
borg init --encryption=repokey \
|
|
ssh://pi@backup.lan/media/backup/borg-repo |