Commit Graph
276 Commits
Author SHA1 Message Date
Gareth George dde9bc6d38 fix: only log important messages e.g. errors or summary for backup and restore commands 2025-01-22 19:06:48 -08:00
Gareth George c1ba6f29b0 chore: misc prerelease fixes 2025-01-09 01:10:44 -08:00
Gareth George 6b958a583f fix: ogid caching for better insert / update performance 2025-01-07 21:14:18 -08:00
Gareth 66bba33809 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
Thibault Cohen eef9e6b287 Add metric when task fails (#625) 2025-01-01 20:43:53 -08:00
Gareth fd9481c89c fix: int overflow in exponential backoff hook error policy (#619) 2024-12-21 14:17:30 -08:00
herobrauni 7f115c03c6 feat: change payload for healthchecks to text (#607) 2024-12-09 17:03:19 -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 George c00f608997 chore: fix resticinstaller for windows tests 2024-11-26 00:23:27 -08:00
Gareth George 02fb50c7a2 chore: new test scripts and fixes for MacOS 2024-11-25 18:06:26 -08:00
Gareth George 4554ac62ef fix: update resticinstaller to use the same binary name across versions and to use system restic install when possible 2024-11-25 18:06:26 -08:00
Gareth 95f336b871 fix: use command mode when executing powershell scripts on windows (#569) 2024-11-19 21:33:13 -08:00
garethgeorge 75a5a9bc0b fix: allow 'run command' tasks to proceed in parallel to other repo operations 2024-11-18 00:37:48 -08:00
github-actions[bot]andgarethgeorge a675b30bce chore: update restic version to 0.17.3 (#565)
Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com>
2024-11-17 23:05:06 -08:00
garethgeorge 795fcce3ef always set .Plan in hookvars to properly format messages for prune/check operations 2024-11-16 13:31:08 -08:00
Gareth ad00575233 fix: garbage collection with more sensible limits grouped by plan/repo (#555) 2024-11-13 21:17:03 -08:00
garethgeorge f1574e3b89 fix: improve memory pressure from getlogs 2024-11-13 19:47:32 -08:00
garethgeorge 1423d4e154 fix: stats operation occasionally runs twice in a row 2024-10-20 08:15:24 -07:00
garethgeorge 6171ee4b76 fix: tarlog migration fails on new installs 2024-10-20 08:02:50 -07:00
garethgeorge 03f7b2f5f8 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
garethgeorge e9410ea9c7 feat: add watchdog thread to reschedule tasks when system time changes 2024-10-19 09:07:19 -07:00
garethgeorge 2aa9d35f77 add a watchdog timer 2024-10-19 09:04:08 -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
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