Commit Graph
84 Commits
Author SHA1 Message Date
Gareth George 1f5957ab36 fix: more robust delete repo and misc repo guid related bug fixes 2025-02-14 00:54:12 -08:00
Gareth b3a9a30e6e fix: provide an option for auto-initializing repos created externally (#650) 2025-01-22 22:29:43 -08:00
Gareth 66bba33809 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
Gareth 597240aced feat: add a "test configuration" button to aid users setting up new repos (#582) 2024-12-01 15:00:31 -08:00
Gareth fe9be15c59 chore: migrate to connectrpc es v2 api (#583) 2024-11-26 18:15:23 -08:00
garethgeorge 03f7b2f5f8 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
Gareth 56eeaddaf1 feat: add a summary dashboard as the "main view" when backrest opens (#518) 2024-10-19 09:03:08 -07:00
Gareth 8e0c58ed28 chore: misc bug fixes supporting sqlite migration (#517) 2024-10-13 17:55:37 -07:00
Gareth ada778320e feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
Francisco Javier 66d41dbed2 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
garethgeorge 13c6f9e55e fix: prunepolicy.max_unused_percent should allow decimal values 2024-09-16 21:34:22 -07:00
Gareth 9080dfe79f feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
Gareth 0a620e189c fix: remove migrations for fields that have been since backrest 1.0.0 (#453) 2024-09-03 21:31:51 -07:00
Gareth 558c32c1a7 feat: compact the scheduling UI and use an enum for clock configuration (#452) 2024-09-03 20:19:42 -07:00
Gareth b3dbb5690c feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
Gareth a9ef92d765 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
Gareth ab14b07553 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1f3406e0d9 feat: start tracking snapshot summary fields introduced in restic 0.17.0 2024-08-14 18:49:57 -07:00
garethgeorge acf69b80d3 feat: accept up to 2 decimals of precision for check % and prune % policies 2024-08-14 17:58:40 -07:00
Gareth f10b7d8308 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge 8992e4e75f fix: improve handling of restore operations
- restore operations are split into a new flow
 - added support displaying restore operation percentage and other
   details in tree view
2024-07-02 20:51:09 -07:00
garethgeorge ee9945d102 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
Gareth b0391c8bee feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
Gareth 311b09fdd4 feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
Gareth 10a509272c feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge e8f02a6249 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge 5904a8856e chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge 74c8abc39a feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge 59fb5b66ac fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
garethgeorge d454361480 feat: add CONDITION_SNAPSHOT_WARNING hook triggered by any warning status at the completion of a snapshot 2024-05-05 12:42:30 -07:00
garethgeorge 8fe88a7752 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth fa851967b1 feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth e4ce8602e8 feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00
garethgeorge e3965db42a feat: allow hook exit codes to control backup execution (e.g fail, skip, etc) 2024-04-12 00:05:27 -07:00
garethgeorge 270cd01a6b feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00
Gareth George b5cbeab961 feat: support shoutrrr notification service 2024-03-30 08:52:53 +00:00
Gareth George 6eb9c76922 feat: allow disabling authentication 2024-03-23 17:48:10 +00:00
garethgeorge 7374ea3e95 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07:00
Gareth George 8778cd10e6 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth George 50ad698974 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00
garethgeorge 65fe87475a fix: migrate prune policy options to oneof 2024-02-19 22:28:55 -08:00
Gareth bcad0e80e1 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
Gareth d578b2e1d0 feat: add opt-in auto-unlock feature to remove locks on forget and prune (#107) 2024-02-19 12:52:39 -08:00
Gareth 6a6cf93aed feat: display non-fatal errors in backup operations (e.g. unreadable files) in UI (#100) 2024-02-17 01:22:48 -08:00
garethgeorge 056522f0e9 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
garethgeorge 754f8a200b fix: stats operations running at wrong interval 2024-02-14 21:21:50 -08:00
garethgeorge c506bd8a78 feat: add slack webhook 2024-02-14 20:28:01 -08:00
garethgeorge ca9cf5093e fix: store large log outputs in tar bundles of logs 2024-02-03 02:37:31 -08:00
Gareth ed642308c0 feat: authentication for WebUI (#62) 2024-02-01 01:19:16 -08:00
garethgeorge d1e156b5a0 feat: implement gotify hook type 2024-01-29 21:06:35 -08:00