We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've got a use-case where we want to check that a backup has been completed.
In our case - backups generate dated folders - it'd be good to ensure that a backup exists based on the folder name within a storage account.
i.e. within storage account "foo" I want a check to ensure the folder /backups/2016-12-12/mysql exists
/backups/2016-12-12/mysql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We've got a use-case where we want to check that a backup has been completed.
In our case - backups generate dated folders - it'd be good to ensure that a backup exists based on the folder name within a storage account.
i.e. within storage account "foo" I want a check to ensure the folder
/backups/2016-12-12/mysql
existsThe text was updated successfully, but these errors were encountered: