backrest
backrest copied to clipboard
Backrest is a web UI and orchestrator for restic backup.
Tl;dr logs are captured for command hooks today but these are verbose and intended to capture "everything" for debugging. Command hooks should be able to provide concise summaries (viewable at...
**Is your feature request related to a problem? Please describe.** Backrest doesn't seem to support running multiple backups simultaneously. Since restic itself supports running `backup` without exclusively locking the repo,...
**Describe the solution you'd like** Rather than starting a plan out of a cron, would be nice to trigger it from an API endpoint as a webhook. This would allow...
Ony of my backups threw a warning "Partial backup, some files may not have been read completely". See first screenshot. I thought it would trigger the hook with error conditions,...
While investigating #86, I copied the exact command that Backrest runs and ran it myself from the command line. The summary line prints that 197 seconds elapsed. That's 3:17. However,...
Currently, the only way to restore multiple items at the same time is to restore a full folder contents, but if one wants to restore multiple files/folders from different places...
A great tool you have created! An important feature would be a field for repo-based searching for filenames. What do you think about that? Greetings
**Is your feature request related to a problem? Please describe.** Backrest.exe is available on github releases but does not currently include an install script like Linux/MacOS **Describe the solution you'd...
I want a backup plan to be triggered when the plan completes. So I'd like to add a plan-type hook to the backrest that can be configured to fire when...
**Describe the bug** I have a scheduled plan that is supposed to run at 5pm each day with the target repo existing on an external NAS machine plugged into my...