Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

GC: Implement restore policy mechanism #374

Closed
3 tasks done
dadams39 opened this issue Jul 20, 2022 · 4 comments
Closed
3 tasks done

GC: Implement restore policy mechanism #374

dadams39 opened this issue Jul 20, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request tech-debt Non-feature, non-bug improvements to the codebase.

Comments

@dadams39
Copy link
Contributor

dadams39 commented Jul 20, 2022

GraphConnector to implement COPY, REPLACE, and DROP SKIP policy for restore

  • When drop selected, if the message is already in the mailbox the incoming restore file is dropped.
  • When replace selected, the graphConnector will delete the previous item with the M365 id and replace it with the incoming item.
  • When COPY selected, GC will copy the incoming M365 object to the corresponding folding irregardless of the presence of an existing M365 object with a corresponding id
@dadams39 dadams39 added the enhancement New feature or request label Jul 20, 2022
@dadams39 dadams39 self-assigned this Jul 20, 2022
dadams39 pushed a commit that referenced this issue Jul 21, 2022
Issue #359: create folder feature added.
Feature required to finish task #374
@dadams39 dadams39 linked a pull request Jul 22, 2022 that will close this issue
@dadams39
Copy link
Contributor Author

Can be closed after the merging of PR #400

@dadams39
Copy link
Contributor Author

dadams39 commented Aug 2, 2022

Collision policy is to be determined based on if the M365 item is within the folder/directory, not the entirety of the user account.

@vkamra
Copy link
Contributor

vkamra commented Aug 15, 2022

Planned for Q4 when we look at alcionai/corso-roadmap#33

@dadams39 dadams39 added the tech-debt Non-feature, non-bug improvements to the codebase. label Jan 19, 2023
@gmatev
Copy link
Contributor

gmatev commented Mar 30, 2023

duplicate alcionai/corso-roadmap#33

@gmatev gmatev closed this as completed Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request tech-debt Non-feature, non-bug improvements to the codebase.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants