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

Add --streaming option to create_remote and restore_remote #780

Open
Slach opened this issue Nov 13, 2023 · 1 comment
Open

Add --streaming option to create_remote and restore_remote #780

Slach opened this issue Nov 13, 2023 · 1 comment
Assignees
Milestone

Comments

@Slach
Copy link
Collaborator

Slach commented Nov 13, 2023

Need channel and go-routines implementation for

  • create_remote shoulc combine move shadow + upload + delete after upload each part
  • restore_remote combine download one part + ATTACH PART + delete after download each part
@Slach Slach self-assigned this Nov 13, 2023
@Slach Slach added this to the 2.6.0 milestone Nov 13, 2023
@alex-zaitsev
Copy link
Member

alex-zaitsev commented Jan 17, 2024

  1. Same logic would be convenient for create_remote as well.
  2. It should be default mode for restore_remote/create_remote. If user want to keep the local data, he can use separate commands: 'create + upload' and 'download + restore' correspondingly.

@Slach Slach changed the title Add restore_remote_streaming command Add --streaming option to create_remote and restore_remote Jan 26, 2024
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