Neue Backup-Lösung und alte Einträge entfernt

This commit is contained in:
2026-02-08 15:19:53 +01:00
parent 5bf8963f76
commit 20a3805a3b
2 changed files with 0 additions and 7 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,2 @@
.devbox
backup backup
alphabreed-arm64.tar
hugo/public hugo/public

View File

@@ -1,5 +0,0 @@
#!/bin/sh
DIR=$(dirname "$0")
cd "$DIR/backup"
ssh pi@pi "cd backups; tar czf - *" | tar xzf -