First commit
This commit is contained in:
5
fetch-backups.sh
Executable file
5
fetch-backups.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
cd "$DIR/backup"
|
||||
ssh pi@pi "cd backups; tar czf - *" | tar xzf -
|
||||
Reference in New Issue
Block a user