Commit Graph
91 Commits
Author SHA1 Message Date
garethgeorge afcecaeb30 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
Gareth 4b3c7e53d5 feat: add a summary dashboard as the "main view" when backrest opens (#518) 2024-10-19 09:03:08 -07:00
Gareth 0daa74f04f chore: misc bug fixes supporting sqlite migration (#517) 2024-10-13 17:55:37 -07:00
Gareth 28c31720f2 feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
Francisco Javier f6ee51fce5 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
garethgeorge 3056203127 fix: prunepolicy.max_unused_percent should allow decimal values 2024-09-16 21:34:22 -07:00
Gareth bfaad8b69e feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
Gareth 546482f115 fix: remove migrations for fields that have been since backrest 1.0.0 (#453) 2024-09-03 21:31:51 -07:00
Gareth 9205da1d23 feat: compact the scheduling UI and use an enum for clock configuration (#452) 2024-09-03 20:19:42 -07:00
Gareth 6ed1280869 feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
Gareth 038bc87070 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
Gareth 79cae5bac3 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 505765dff9 feat: start tracking snapshot summary fields introduced in restic 0.17.0 2024-08-14 18:49:57 -07:00
garethgeorge 53742736f9 feat: accept up to 2 decimals of precision for check % and prune % policies 2024-08-14 17:58:40 -07:00
Gareth 4d0d13e398 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge 620caed7e3 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
Gareth 0c9f366e43 feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
Gareth ce42f68d0d feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
Gareth 531cd286d8 feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge c83d080391 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge a821580861 chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge fbad981a1d feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge 65bb8ef14b fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -07:00
garethgeorge a30d5efe1c fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
garethgeorge f0ee20f53d 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 5a996d74b0 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth 484701007f feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth 7a10bdca7b feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00
garethgeorge c4ae5b3f22 feat: allow hook exit codes to control backup execution (e.g fail, skip, etc) 2024-04-12 00:05:27 -07:00
garethgeorge 4e2bf1f76c fix: handle backpressure correctly in event stream 2024-04-11 20:50:44 -07:00
garethgeorge eeb8c8e6b3 feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00
Gareth George fa6407cac2 feat: support shoutrrr notification service 2024-03-30 08:52:53 +00:00
Gareth George 84291746af feat: allow disabling authentication 2024-03-23 17:48:10 +00:00
garethgeorge aea74c51c0 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07:00
Gareth George 56f5e40503 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth George 448107d226 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00
garethgeorge ef41d34d53 fix: migrate prune policy options to oneof 2024-02-19 22:28:55 -08:00
Gareth bf6fb7e714 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
Gareth c1ee33f0cd feat: add opt-in auto-unlock feature to remove locks on forget and prune (#107) 2024-02-19 12:52:39 -08:00
Gareth caac35a540 feat: display non-fatal errors in backup operations (e.g. unreadable files) in UI (#100) 2024-02-17 01:22:48 -08:00
garethgeorge 276b1d2c60 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
garethgeorge 05e5ae0c45 fix: stats operations running at wrong interval 2024-02-14 21:21:50 -08:00
garethgeorge 8fa90ab9ca feat: add slack webhook 2024-02-14 20:28:01 -08:00
garethgeorge 0cf01e0206 fix: store large log outputs in tar bundles of logs 2024-02-03 02:37:31 -08:00
Gareth 4a1f3268a7 feat: authentication for WebUI (#62) 2024-02-01 01:19:16 -08:00
garethgeorge e0ce6558c0 feat: implement gotify hook type 2024-01-29 21:06:35 -08:00
garethgeorge 25924b6197 feat: implement discord hook type 2024-01-29 20:33:22 -08:00
Gareth 9be413bbcc feat: add user configurable command hooks for backup lifecycle events (#60) 2024-01-29 01:24:55 -08:00
garethgeorge 3fd08eb8e4 feat: make prune policy configurable in the addrepoview in the UI 2024-01-15 14:35:05 -08:00
Gareth George 5add0d8ffa feat: add backrest logo 2023-12-31 00:53:25 +00:00