Commit Graph
455 Commits
Author SHA1 Message Date
Gareth 4da9d89749 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 d2650fdd59 fix: update to newest restic bugfix release 0.17.1 2024-09-10 22:04:12 -07:00
Gareth 474203959d chore: update README.md 2024-09-10 00:58:24 -07:00
Gareth 7dc3c990e9 chore(main): release 1.5.0 (#423) v1.5.0 2024-09-09 18:02:12 -07:00
Gareth daacf28699 feat: add prometheus metrics (#459) 2024-09-09 17:58:57 -07:00
garethgeorge 822ec35e7d chore: upgrade dependencies 2024-09-09 00:53:28 -07:00
garethgeorge ca678d9495 chore: fix oplog tests 2024-09-09 00:40:14 -07:00
garethgeorge 6894128d90 fix: simplify auth handling 2024-09-09 00:36:03 -07:00
garethgeorge 491a6a6725 fix: apply oplog migrations correctly using new storage interface 2024-09-09 00:22:33 -07:00
garethgeorge 426af294cd chore: add new utilities and scripts for manual validations 2024-09-09 00:22:06 -07:00
garethgeorge c4198619aa fix: new config validations make it harder to lock yourself out of backrest 2024-09-08 12:37:00 -07:00
garethgeorge a28639a93b chore: fix typo in OperationTree 2024-09-08 11:10:18 -07:00
garethgeorge 5293631ef4 chore: upgrade go compiler to version 1.23 2024-09-07 14:18:14 -07:00
garethgeorge bfde425c2d fix: backrest can erroneously show 'forget snapshot' button for restore entries 2024-09-07 13:59:55 -07:00
garethgeorge 0d01c5c317 fix: broken refresh and sizing for mobile view in operation tree 2024-09-07 13:52:19 -07:00
garethgeorge 383cf4fe87 chore: update README.md 2024-09-04 22:58:41 -07:00
garethgeorge 97e3f03b78 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
garethgeorge cceda4fdea fix: bugs in displaying repo / plan / activity status 2024-09-04 22:16:04 -07:00
Gareth bfaad8b69e feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge b5e6febf45 chore: fix tooltips for schedule form item 2024-09-04 19:51:54 -07:00
garethgeorge 656ac9e1b2 fix: misc bugs in restore operation view and activity bar view 2024-09-03 22:32:21 -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
garethgeorge b7b13cc7f2 chore: update README.md 2024-08-26 23:05:55 -07:00
Gareth 6ed1280869 feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
garethgeorge 44585ede61 fix: test fixes for windows file restore 2024-08-26 22:28:15 -07:00
garethgeorge cc173aa7b1 fix: UI quality of life improvements 2024-08-26 19:56:09 -07:00
garethgeorge af09e47cdd fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -07:00
Gareth 038bc87070 feat: implement 'on error retry' policy (#428) 2024-08-26 19:21:18 -07:00
garethgeorge 8c1cf791bb fix: hide system operations in tree view 2024-08-26 19:20:38 -07:00
garethgeorge a9eb786db9 fix: write debug-level logs to data dir on all platforms 2024-08-25 22:31:34 -07:00
garethgeorge bb00afa899 fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth 79cae5bac3 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 1879ddfa79 fix: misc logging improvements 2024-08-21 00:03:38 -07:00
garethgeorge 80dbe91729 fix: double display of snapshot ID for 'Snapshots' in operation tree 2024-08-18 13:04:42 -07:00
garethgeorge 0eb560ddfb fix: reformat tags row in operation list 2024-08-18 13:04:42 -07:00
Gareth 4e9973cc12 chore(main): release 1.4.0 (#388) v1.4.0 2024-08-14 19:28:35 -07:00
garethgeorge df97dace64 chore: fix proto converter tests 2024-08-14 19:20:05 -07:00
garethgeorge 4859e528c7 feat: add UI support for new summary details introduced in restic 0.17.0 2024-08-14 19:16:58 -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 5d52eb7a3f docs: update documentation to cover recent changes 2024-08-14 18:28:14 -07:00
garethgeorge 7c091e0597 fix: hide cron options for hours/minutes/days of week for infrequent schedules 2024-08-14 18:09:59 -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
garethgeorge a67c29b57a fix: use addrepo RPC to apply validations when updating repo config 2024-08-14 17:44:26 -07:00
garethgeorge 48626b923e fix: run list snapshots after updating repo config or adding new repo 2024-08-14 17:38:03 -07:00
garethgeorge 11b3e99152 fix: improve debug output when trying to configure a new repo 2024-08-14 17:33:34 -07:00
garethgeorge 244fe7edd2 fix: activitybar does not reset correctly when an in-progress operation is deleted 2024-08-14 17:33:05 -07:00
garethgeorge 62a97a335d fix: backrest should only initialize repos explicitly added through WebUI 2024-08-14 17:23:59 -07:00
Gareth 500f2ee6c0 feat: update to restic 0.17.0 (#416) 2024-08-14 16:59:28 -07:00
Giovanni Spera c45f0f3c66 fix: add condition_snapshot_success to .EventName (#410) 2024-08-06 09:11:30 -07:00