Delete rclone-db.sh

This commit is contained in:
baby-princess 2019-05-08 20:34:21 +00:00 committed by GitHub
parent d49a3ceec5
commit 420e4f80b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
#!/bin/sh
# Usage: rclone-db.sh <remote>:<path>
# eg. rclone-db.sh b2:pluralkit
FILENAME=pluralkit-$(date -u +"%Y-%m-%dT%H:%M:%S").sql.gz
$(dirname $0)/dump-db.sh | gzip | rclone rcat $1/$FILENAME