fetch_dumps: add simple script that downloads all crash dumps locally

This commit is contained in:
Danny Robson 2021-05-26 13:16:58 +10:00
parent c2665a3d60
commit 37d34a0d20
1 changed files with 5 additions and 0 deletions

5
fetch_dumps.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
rsync --delete -rav crash.nerdcruft.net:/var/lib/kirby/dumps/ "$DIR/dumps/"