Files
alphabreed/fetch-backups.sh
2026-01-14 23:24:24 +01:00

6 lines
96 B
Bash
Executable File

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