Attempt to use Azure n1

This commit is contained in:
Julien Lengrand-Lambert
2020-11-18 15:31:26 +01:00
parent 1046687758
commit 2dd6eae075

View File

@@ -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