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

Backup sets #20

Open
tschellenbach opened this issue Apr 18, 2013 · 2 comments
Open

Backup sets #20

tschellenbach opened this issue Apr 18, 2013 · 2 comments

Comments

@tschellenbach
Copy link
Owner

when running mount-snapshots it seems that the api calls to retrieve the right snapshot are not made in parallel

@mikery
Copy link
Collaborator

mikery commented Apr 18, 2013

I guess we want something like (pseudo-SQL):

select id from snapshots where backup_set_id = 1234

Maybe moving to the "backup set" idea will make getting the snapshots
easier, as it will be a single call with multiple results.

Thierry Schellenbach wrote:

when running mount-snapshots it seems that the api calls to retrieve
the right snapshot are not made in parallel


Reply to this email directly or view it on GitHub
#20.

@tschellenbach
Copy link
Owner Author

I read the code wrong, this is actually done in parallel.
Indeed backup sets would be a good idea. Renaming ticket

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

No branches or pull requests

2 participants