This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Exchange delta token-based incremental backups #1777
Comments
12 tasks
This was referenced Dec 23, 2022
aviator-app bot
pushed a commit
that referenced
this issue
Dec 23, 2022
## Type of change - [x] 🐛 Bugfix ## Issue(s) * #1777 ## Test Plan - [x] 💪 Manual
3 tasks
aviator-app bot
pushed a commit
that referenced
this issue
Dec 23, 2022
## Description In order to track deleted items, we need to build separate job sets when aggregating item IDs: one for added items, and one for removed. ## Does this PR need a docs update or release note? - [x] ⛔ No ## Type of change - [x] 🐛 Bugfix ## Issue(s) * #1777 ## Test Plan - [x] 💪 Manual
12 tasks
aviator-app bot
pushed a commit
that referenced
this issue
Jan 4, 2023
…ta is missing (#2030) ## Description Don't return nil if we had an error getting metadata. This gives us the best chance possible of having enough metadata retrieved from the best-effort restore execution flow to actually enable incrementals for some data category. ## Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No ## Type of change - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup ## Issue(s) * #1777 ## Test Plan - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
closing as remaining issue is tracked elsewhere |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reduce the number of Graph API requests for a backup as well as the amount of time a backup takes by leveraging delta tokens in Exchange. This ticket addresses only incremental backups. It does not address restartability at all
This feature requires work on multiple components and includes the following:
BackupOp
must pass complete tag set tokopia.Wrapper
duringBackupCollections
#1781NoMerge
flag for collections to control merging in kopia #1914Testing
Phase 2
The text was updated successfully, but these errors were encountered: