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 an option to abort an active archive extraction #195

Open
DahmaniAdame opened this issue Mar 7, 2025 · 0 comments
Open

Add an option to abort an active archive extraction #195

DahmaniAdame opened this issue Mar 7, 2025 · 0 comments
Labels
type: enhancement Improve something already implemented

Comments

@DahmaniAdame
Copy link

Context

Backups restoration will happen in two stages:

  • Extracting the compressed archive
  • Doing the actual restoration

Currently, there is no way to cancel the first step, which can be needed in some occasions:

  • Server overhead
  • Process is too slow to wait for

Expected behavior

The first step is save to cancel since nothing has yet been changed on the website.

A button to cancel an active archive extraction which will end the job and delete the already extracted files.

Acceptance Criteria

To be defined.

@DahmaniAdame DahmaniAdame added the type: enhancement Improve something already implemented label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improve something already implemented
Projects
None yet
Development

No branches or pull requests

1 participant