Skip to content

Commit

Permalink
fix azcopy rm sas
Browse files Browse the repository at this point in the history
  • Loading branch information
azemoning committed Sep 18, 2019
1 parent af3ddff commit 2afba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete_azure_old_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ do
## Pinging healthchecks to inform that deleting blob will be started.
curl -fsS --retry 3 https://hc-ping.com/05e5688a-8e46-4357-a11b-740f6d54f4fe > /dev/null

/root/pg_backup/azcopy rm $BLOB_URL"/$TARGET_DATE/$DATABASE/old/$BLOB_SAS" --recursive --include "*.dump"
/root/pg_backup/azcopy rm "$BLOB_URL/$TARGET_DATE/$DATABASE/old/$BLOB_SAS" --recursive --include "*.dump"

echo -e " "
echo -e "Delete succesful."
Expand Down

0 comments on commit 2afba89

Please sign in to comment.