zerobyte/app/client/modules/backups
Eric Hess da7e5a7b38
feat(mirrors): add selective snapshot sync to mirror repositories
Allow users to sync missing snapshots from the source repository to a
mirror. A new sync button per mirror opens a dialog showing which
snapshots are missing, with checkboxes to select which ones to copy.

- Add GET /:shortId/mirrors/:mirrorShortId/status endpoint to compare
  snapshots between source and mirror repositories
- Add POST /:shortId/mirrors/:mirrorShortId/sync endpoint accepting
  selected snapshotIds in the request body
- Extend restic copy command to accept multiple snapshotIds
- Add sync preview dialog with snapshot selection to the frontend
2026-04-16 19:21:07 +02:00
..
components feat(mirrors): add selective snapshot sync to mirror repositories 2026-04-16 19:21:07 +02:00
lib feat: manual backup option (#713) 2026-03-26 19:35:18 +01:00
routes fix(backup): updating new settings correctly in the db 2026-04-12 09:49:35 +02:00