mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
Delete rclone-db.sh
This commit is contained in:
parent
d49a3ceec5
commit
420e4f80b9
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue