Commit Graph

89 Commits

Author SHA1 Message Date
Gareth bebe608505 fix: increase bufio's max buffer size to handle large json lines for big repos 2026-03-10 22:13:56 -07:00
Gareth 39e0b23f0d fix: don't open a visible shell when running hooks on windows 2025-11-12 20:33:45 -08:00
Gareth 20bd9a49e4 fix: restic process should run in the background on windows 2025-10-30 21:45:15 -07:00
Francisco Javier e41c357d30 fix: improve JSON parsing resilience (#928)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2025-10-04 19:29:11 -07:00
Gareth d9b77155f3 feat: allow direct downloading files and folders through backrest webui without restoring first (#921) 2025-09-28 03:10:03 -07:00
Gareth a271afe7e3 fix: rework output handling in restic pkg to improve error capturing and consistency 2025-08-27 22:24:32 -07:00
Gareth 4695230317 chore: fix restic package tests
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Build Snapshot Release / Windows installers (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2025-08-26 23:07:56 -07:00
Gareth 93f7edbdd7 fix: restic package properly handles 'verbose_status' and 'exit_error' status types 2025-08-26 23:07:56 -07:00
Gareth 8c3d7ef55d fix: use zap logger for restic log formatting 2025-08-19 23:56:28 -07:00
Gareth 6e0c201025 feat: multihost sync ui (#825)
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
2025-06-29 17:34:02 -07:00
Gareth George 70b91b117b chore: better define whitespace in the context of restic output parsing 2025-06-22 21:24:27 -07:00
Gareth George 5112b76766 fix: improve resiliance to warnings printed by restic when executing JSON commands 2025-06-22 21:19:50 -07:00
Gareth George e8297b1ee5 fix: use github.com/vearutop/statigz to embed webUI srcs and improve Accept-Encoding handling 2025-05-05 20:50:50 -07:00
Gareth 3ab62710a1 chore: improve code quality in restic pkg (#736)
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2025-04-10 23:52:07 -07:00
Gareth George f5c1bb90b5 fix: improve formatting of commands printed in logs for debugability
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2025-04-09 00:42:51 -07:00
Gareth George addf49c1f3 fix: restic outputs add newline separators between log messages
Build Snapshot Release / build (push) Has been cancelled
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Docs / deploy (push) Has been cancelled
2025-03-14 22:07:02 -07:00
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