Skip to content
New issue

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

Is there a plan to support Blob Snapshot? #30

Open
mohitarora opened this issue Mar 14, 2017 · 1 comment
Open

Is there a plan to support Blob Snapshot? #30

mohitarora opened this issue Mar 14, 2017 · 1 comment

Comments

@mohitarora
Copy link

We need to back up files from a directory on azure VM to a container in azure storage.

  • This directory can possibly have couple of TB of data
  • Directory can have sub-directories

What we need is:

  • Run the sync job periodically (that should sync the files in directory and its sub-directories on azure VM to container in azure storage)
  • Snapshot the upload

During Restore

  • Download a specific snapshot on Azure VM
  • It should pull down all the files tagged with that snapshot

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.

@giventocode
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants