mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
Attempt to use Azure n1
This commit is contained in:
@@ -1 +1,10 @@
|
||||
influx backup $BACKUP_NAME --token $CELLAR_ADMIN_TOKEN --host $CELLAR_HOST
|
||||
#!/bin/sh
|
||||
|
||||
influx backup $BACKUP_NAME --token $CELLAR_ADMIN_TOKEN --host $CELLAR_HOST
|
||||
zip -r $BACKUP_NAME.zip $BACKUP_NAME
|
||||
az storage blob upload \
|
||||
--account-name "cellarbackupstorage" \
|
||||
--container-name "cellar-backups" \
|
||||
--name $BACKUP_NAME.zip \
|
||||
--file $BACKUP_NAME.zip \
|
||||
--auth-mode login
|
||||
Reference in New Issue
Block a user