-
Notifications
You must be signed in to change notification settings - Fork 104
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
Suggestion: Allow multiple servers to back up to the same repo at the same time #186
Comments
It seems that this is actually supported already. The downside is that the local cache needs to be rebuilt every time, see this post for more information: I believe this issue can be closed, or should be turned into a documentation issue. |
Thank you for the update, you're absolutely right that backing up two servers sequentially works perfectly fine. I meant backing up two servers at the same time bombs out, and because of that I thought it just wasn't supported. |
ah yes, i guess that simultaneous backups are not supported. |
@mattgconnor if it "bombs out", can you please show:
|
Backing up 2 servers at the same time to same repository would create a cache coherency issue. The local cache (in RAM, later: on disk) needs to be consistent with the repo state (e.g. what chunks we have in the repo). |
@ThomasWaldmann I agree, however I thought that it should be possible to have multiple backups writing to the same repository if we sacrifice some efficiency as we accept that for the backup only these chunks can be re-used that existed when the specific backup started. Also, I guess, it will take some inventory either at the end of a backup or at the start. |
Being able to back up multiple servers at the same time (to the same repo) would allow all those servers to share the deduplication benefits. This becomes increasingly useful with hundreds of servers sharing mostly identical operating systems, and would add a tremendous amount of value.
The text was updated successfully, but these errors were encountered: