-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Problem or use case
I have set up my servers to back up to the same repository and it is working just fine as far as I know. But since each site is saved as a separate snapshot, and there are now multiple servers in the repository, plus there are multiple snapshots for each day, finding a specific snapshot to restore became complicated.
So I suggest implementing some filters to find or filter a specific snapshot. Maybe Backupd could start by only showing snapshots from the current server I'm logged in to, and/or the latest (current) ones, while also warning "There are other snapshots in this repository".
I also noticed Backupd add a tag "site:<domain.com>" to file snapshots, and a tag "db:" to db snapshots. A filter to search these tags would also be useful, so I could for instance show only snapshots from a specific domain or database.
But all in all, thanks for such a great tool!
Proposed solution
I have proposed some solutions in "Problem or use case" above.
Alternatives considered
No response
Component
Database backup
How important is this to you?
Nice to have
Additional context
No response
Checklist
- I searched existing issues and this is not a duplicate
- I would be willing to help test this feature