Commit Graph
473 Commits
Author SHA1 Message Date
garethgeorge afcecaeb30 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
garethgeorge ec89cfde51 fix: plan/repo settings button hard to click 2024-10-19 09:28:19 -07:00
garethgeorge 66a5241de8 feat: add watchdog thread to reschedule tasks when system time changes 2024-10-19 09:07:19 -07:00
garethgeorge 7a125cd391 add a watchdog timer 2024-10-19 09:04:08 -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
garethgeorge d7704cf057 fix: expand env vars in flags i.e. of the form ${MY_ENV_VAR} 2024-10-12 11:49:52 -07:00
Gareth 4d557a1146 feat: use sqlite logstore (#514) 2024-10-12 11:26:22 -07:00
garethgeorge 5948c67652 chore: deprecate broken armv7 docker image 2024-10-12 11:20:27 -07:00
Gareth 0806eb95a0 feat: migrate oplog history from bbolt to sqlite store (#515) 2024-10-12 11:11:26 -07:00
garethgeorge 4fa30e3f7e fix: gorelaeser docker image builds for armv6 and armv7 2024-10-12 11:09:55 -07:00
Gareth 50b4be737b chore: add initial support for an sqlite oplog store (#499) 2024-09-25 20:39:22 -07:00
Francisco Javier f6ee51fce5 feat: initial support for healthchecks.io notifications (#480) 2024-09-23 19:40:38 -07:00
Gareth 7e65f1a700 chore(main): release 1.5.1 (#467) v1.5.1 2024-09-23 18:14:37 -07:00
giuaig df5568132b fix(docs): correct minor spelling and grammar errors (#479) 2024-09-18 10:16:04 -07:00
garethgeorge 3056203127 fix: prunepolicy.max_unused_percent should allow decimal values 2024-09-16 21:34:22 -07:00
garethgeorge d59c6fc1be fix: stats panel can fail to load when an incomplete operation is in the log 2024-09-15 12:27:23 -07:00
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