Commit Graph
252 Commits
Author SHA1 Message Date
Gareth ada778320e feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
garethgeorge 31ff0b7002 fix: expand env vars in flags i.e. of the form ${MY_ENV_VAR} 2024-10-12 11:49:52 -07:00
Gareth eee103e835 feat: use sqlite logstore (#514) 2024-10-12 11:26:22 -07:00
Gareth 56b63537a5 feat: migrate oplog history from bbolt to sqlite store (#515) 2024-10-12 11:11:26 -07:00
Gareth d8f1b5c8d6 chore: add initial support for an sqlite oplog store (#499) 2024-09-25 20:39:22 -07:00
Francisco Javier 66d41dbed2 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
Gareth 8707ff1a6d fix: windows installation for restic 0.17.1 (#474)
Note: this fix relocates the restic binary on windows to C:\Program Files\backrest  OR to the directory where backrest is installed (path relative).
2024-09-14 02:57:50 -07:00
garethgeorge 5115b6d90e fix: update to newest restic bugfix release 0.17.1 2024-09-10 22:04:12 -07:00
Gareth 8dba59dce1 feat: add prometheus metrics (#459) 2024-09-09 17:58:57 -07:00
garethgeorge 4f742c219e chore: fix oplog tests 2024-09-09 00:40:14 -07:00
garethgeorge 4dc8e51e5b fix: simplify auth handling 2024-09-09 00:36:03 -07:00
garethgeorge 5dfd1abf3c fix: apply oplog migrations correctly using new storage interface 2024-09-09 00:22:33 -07:00
garethgeorge d9a4059d26 fix: new config validations make it harder to lock yourself out of backrest 2024-09-08 12:37:00 -07:00
garethgeorge 9ec0f28579 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
Gareth 9080dfe79f feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge 102d82504c fix: misc bugs in restore operation view and activity bar view 2024-09-03 22:32:21 -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
garethgeorge 0ce9d4c646 fix: test fixes for windows file restore 2024-08-26 22:28:15 -07:00
garethgeorge 5864f8283c fix: UI quality of life improvements 2024-08-26 19:56:09 -07:00
garethgeorge d8674c9394 fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -07:00
Gareth a9ef92d765 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge 8ec32a8c67 fix: write debug-level logs to data dir on all platforms 2024-08-25 22:31:34 -07:00
garethgeorge fbb1da365e fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth ab14b07553 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1e390f10d2 fix: misc logging improvements 2024-08-21 00:03:38 -07:00
garethgeorge 58a9d6a98e chore: fix proto converter tests 2024-08-14 19:20:05 -07:00
garethgeorge 83c776163f feat: add UI support for new summary details introduced in restic 0.17.0 2024-08-14 19:16:58 -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
garethgeorge 595a6754f4 fix: use addrepo RPC to apply validations when updating repo config 2024-08-14 17:44:26 -07:00
garethgeorge 1bd79b5807 fix: backrest should only initialize repos explicitly added through WebUI 2024-08-14 17:23:59 -07:00
Gareth 1028d1c1b1 feat: update to restic 0.17.0 (#416) 2024-08-14 16:59:28 -07:00
Giovanni Spera a1deb749a4 fix: add condition_snapshot_success to .EventName (#410) 2024-08-06 09:11:30 -07:00
garethgeorge eb21561a56 fix: forget snapshot by ID should not require a plan 2024-07-21 10:28:52 -07:00
garethgeorge 5d95fba420 fix: possible race condition leading to rare panic in GetOperationEvents 2024-07-14 21:19:45 -07:00
Gareth 622b4858c2 fix: plan _system_ not found bug when running health operations 2024-07-12 13:58:16 -07:00
garethgeorge 42a2a106f1 fix: cannot run path relative executable errors on Windows 2024-07-11 01:41:03 -07:00
Gareth f10b7d8308 feat: improve hook UX and execution model (#357) 2024-07-11 01:28:23 -07:00
garethgeorge b4f6ca73c1 chore: fix restore test coverage 2024-07-09 23:29:51 -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 10b1ca5744 fix: disable sorting for excludes and iexcludes 2024-07-01 22:30:35 -07:00
garethgeorge d7a06c8549 fix: make instance ID required field 2024-07-01 21:05:50 -07:00
garethgeorge 673deb3109 fix: github actions release flow for windows installers 2024-06-28 20:27:07 -07:00
garethgeorge a846eb26b4 chore: continue to cleanup io handling 2024-06-25 19:32:22 -07:00
garethgeorge 7e5f3b87da chore: fix restore test 2024-06-25 19:31:38 -07:00
garethgeorge 3628c5d103 feat: improve log formatting 2024-06-25 12:14:55 -07:00
garethgeorge ee9945d102 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
garethgeorge b244e15db6 fix: minor hook and naming bugs in check and backup tasks 2024-06-13 18:17:26 -07:00