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 -