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 need to back up files from a directory on azure VM to a container in azure storage.
What we need is:
During Restore
Please note that directory we need to sync has multiple files and sub directories
Not sure if blob snapshot will do the trick or you can suggest some other solution.
The text was updated successfully, but these errors were encountered:
Currently snapshots are not supported.
However, you can download a file from a snapshot if you provide the URL with a SAS token. blobporter -f "http://myaccount.blob.core.windows.net/mycontainer/myblob?snapshot=&st=" -n myblob -t http-file
Thanks for the suggestion, I will add it to the list.
Sorry, something went wrong.
No branches or pull requests
We need to back up files from a directory on azure VM to a container in azure storage.
What we need is:
During Restore
Please note that directory we need to sync has multiple files and sub directories
Not sure if blob snapshot will do the trick or you can suggest some other solution.
The text was updated successfully, but these errors were encountered: