| Summary: | BTRFS - Create CGI page to manage snapshots | ||
|---|---|---|---|
| Product: | IPFire | Reporter: | Stefan Schantl <stefan.schantl> |
| Component: | --- | Assignee: | Assigned to nobody - feel free to grab it and work on it <nobody> |
| Status: | NEW --- | QA Contact: | |
| Severity: | - Unknown - | ||
| Priority: | - Unknown - | CC: | michael.tremer |
| Version: | 2 | ||
| Hardware: | unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 13606 | ||
|
Description
Stefan Schantl
2024-03-03 18:29:51 UTC
Can we talk about what this should actually do from the user's perspective? I am not sure a CGI is the best way here. Is it not better to just age those automatic snapshots out? If we don't allow users to manually create any snapshots that should not be a problem. Just keep the last five or something. Hello Stefan, I think we should consider to merge this functionality into the existing backup.cgi. I believe that snapshots are just a different way to create a backup and therefore we should not separate too many things. The code that currently exists can pretty much be copied-and-pasted into backup.cgi and there should be a snapshot selection at the very top. The backup.cgi UI should be slightly cleaned up so that there is a coherent layout for all features, snapshots/backups/add-on backups. |