Commit Graph

73 Commits

Author SHA1 Message Date
Gareth George b3cfef1405 fix: test repo configuration button
Build Snapshot Release / build (push) Waiting to run
Release Please / release-please (push) Waiting to run
Test / test-nix (push) Waiting to run
Test / test-win (push) Waiting to run
2025-01-22 22:47:46 -08:00
Gareth George 82f05d8b80 fix: only log important messages e.g. errors or summary for backup and restore commands 2025-01-22 19:06:48 -08:00
Gareth a4b4de5152 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
garethgeorge afcecaeb30 feat: support --skip-if-unchanged 2024-10-19 17:18:04 -07:00
Gareth 0daa74f04f chore: misc bug fixes supporting sqlite migration (#517) 2024-10-13 17:55:37 -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
Gareth 6ed1280869 feat: implement scheduling relative to last task execution (#439) 2024-08-26 22:35:06 -07:00
garethgeorge af09e47cdd fix: use 'restic restore <snapshot id>:<path>' for restore operations 2024-08-26 19:38:03 -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 11b3e99152 fix: improve debug output when trying to configure a new repo 2024-08-14 17:33:34 -07:00
garethgeorge 3099be5383 chore: continue to cleanup io handling 2024-06-25 19:32:22 -07:00
garethgeorge 232cd57473 feat: improve log formatting 2024-06-25 12:14:55 -07:00
garethgeorge 91e0fdaffe fix: make backup and restore operations more robust to non-JSON output events 2024-06-13 17:18:05 -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
garethgeorge df4be0f7bc fix: miscellaneous bug fixes
* Fixes a problem with incorrectly scanning and removing pending events
   from the operation log for new installations
 * Fixes a bug with the operation tree incorrectly applying query
   selectors when filtering events
 * Updates tooltips and comments in PlanView and GettingStartedGuide
2024-05-18 21:14:02 -07:00
garethgeorge 1a3ace9014 fix: error formatting for repo init 2024-05-17 16:51:51 -07:00
garethgeorge 6eb704f07b fix: improve cmd error formatting now that logs are available for all operations 2024-05-17 16:41:32 -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 282233b7cf chore: fix tests 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
Lorenzo Zolfanelli 84b4b68760 fix: use int64 for large values in structs for compatibility with 32bit devices (#250)
Co-authored-by: Lorenzo Zolfanelli <lorenzo@zolfanelli.it>
2024-04-27 04:48:58 -07:00
garethgeorge aacdf9b7cd fix: improve restic pkg's output handling and buffering 2024-04-13 00:19:03 -07:00
garethgeorge 32231385ed fix: address minor data race in command output handling and enable --race in coverage 2024-04-11 20:53:02 -07:00
garethgeorge 8b9280ed57 fix: refactor priority ordered task queue implementation 2024-04-07 23:58:08 -07:00
John Maguire ffad2b053a chore: enable full test coverage for Windows (#206) 2024-04-07 18:58:45 -07:00
garethgeorge 92d52bed8e fix: limit cmd log length to 32KB per operation 2024-04-06 14:10:15 -07:00
garethgeorge 0cae60a0b8 chore: update API tests to use new retention policy format 2024-03-30 15:15:18 -07:00
garethgeorge b68f7c6913 fix: include error messages in restic logs 2024-03-30 15:10:41 -07:00
garethgeorge eeb8c8e6b3 feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00
garethgeorge 16e22aa623 feat: improve consistency of restic command execution and output capture 2024-03-30 11:27:35 -07:00
garethgeorge 0a059bbb39 fix: forget operations failing with new retention policy format 2024-03-19 09:50:57 -07:00
garethgeorge 6cb528c414 chore: fix tests 2024-03-19 00:19:15 -07:00
garethgeorge 564e99d5c9 chore: decouple restic pkg from internal config representation 2024-03-19 00:19:15 -07:00
garethgeorge 1759b5dc55 fix: compression progress ratio should be float64 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 bf6fb7e714 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
garethgeorge 663b430598 fix: improve error message when rclone config is missing 2024-02-17 01:47:03 -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
Gareth 9be413bbcc feat: add user configurable command hooks for backup lifecycle events (#60) 2024-01-29 01:24:55 -08:00
garethgeorge bedb302a02 fix: sftp support using public key authentication 2024-01-23 22:52:04 -08:00
Gareth George 26d47243c1 feat: add repo stats to restic package 2023-12-24 08:36:43 +00:00
Gareth fba6c8da86 fix: crashing bug on partial backup (#39) 2023-12-23 01:49:39 -08:00
Gareth George 94f73d456c chore: rebrand as backrest 2023-12-22 09:06:23 +00:00
Gareth George fc9c06df00 feat: support task cancellation 2023-12-20 08:54:45 +00:00
Gareth George fe92b62578 fix: operations marked as 'warn' rather than 'error' for partial backups 2023-12-20 07:40:26 +00:00
garethgeorge 2603a0eb5c docs: rebrand as Restora WebUI for restic 2023-12-09 19:41:56 -08:00
garethgeorge c492f9ba63 fix: improve output detail collection for command failures 2023-12-08 19:53:29 -08:00
Gareth 8f85b747f5 fix: relax output parsing to skip over warnings 2023-12-08 00:29:35 -08:00