-
Notifications
You must be signed in to change notification settings - Fork 20
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
List backup repositories of a module #749
base: main
Are you sure you want to change the base?
Commits on Nov 7, 2024
-
Implement module list-backup-repositories
Return the list of backup destinations with a Restic repository for the current module.
Configuration menu - View commit details
-
Copy full SHA for 9d0be58 - Browse repository at this point
Copy the full SHA 9d0be58View commit details
Commits on Nov 8, 2024
-
Agent prepare_restic_command() function
Split the run_restic() function to ease custom subprocess invocation.
Configuration menu - View commit details
-
Copy full SHA for 7945529 - Browse repository at this point
Copy the full SHA 7945529View commit details
Commits on Nov 15, 2024
-
Disable backup progress estimation
Run Restic backup faster with "--no-scan". This option avoid calculating the backup size in advance. This is a time consuming operation, unnecessary for a background job.
Configuration menu - View commit details
-
Copy full SHA for d794f9c - Browse repository at this point
Copy the full SHA d794f9cView commit details -
Capture and track Restic restore progress messages
Add an optional "progress_callback" argument to agent.run_restic() function, to provide UI feedback of Restic's progress. Restic's output must switched to JSON format with "--json" argument.
Configuration menu - View commit details
-
Copy full SHA for a89ad4d - Browse repository at this point
Copy the full SHA a89ad4dView commit details -
Adjust progress tracking of restore-module action
Capture Restic progress during the restoration of a module instance. Tune progress intervals of cluster/restore-module action.
Configuration menu - View commit details
-
Copy full SHA for 74f6e12 - Browse repository at this point
Copy the full SHA 74f6e12View commit details
Commits on Nov 18, 2024
-
Track Restic backup progress in UI
While Restic backup is invoked in background most of times, the UI still allows to run the backup immediately. In that case, a detailed backup progress feedback is needed. - Add fine-grained backup progess trace to module-backup command - Run the backup from UI directly with module-backup command - If module-backup runs interactively, skip progress calculation
Configuration menu - View commit details
-
Copy full SHA for 0b11f47 - Browse repository at this point
Copy the full SHA 0b11f47View commit details