From 20a3805a3b8102b9eee00947846fe44f03dfefbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Sun, 8 Feb 2026 15:19:53 +0100 Subject: [PATCH] =?UTF-8?q?Neue=20Backup-L=C3=B6sung=20und=20alte=20Eintr?= =?UTF-8?q?=C3=A4ge=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- fetch-backups.sh | 5 ----- 2 files changed, 7 deletions(-) delete mode 100755 fetch-backups.sh diff --git a/.gitignore b/.gitignore index b169bb9..3f4d981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -.devbox backup -alphabreed-arm64.tar hugo/public diff --git a/fetch-backups.sh b/fetch-backups.sh deleted file mode 100755 index 87409d7..0000000 --- a/fetch-backups.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -DIR=$(dirname "$0") -cd "$DIR/backup" -ssh pi@pi "cd backups; tar czf - *" | tar xzf -