Commit Graph
53 Commits
Author SHA1 Message Date
garethgeorge 8fe88a7752 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Lorenzo ZolfanelliandLorenzo Zolfanelli 41a92c9677 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 96c1a47485 fix: improve restic pkg's output handling and buffering 2024-04-13 00:19:03 -07:00
garethgeorge 5d551d0c23 fix: address minor data race in command output handling and enable --race in coverage 2024-04-11 20:53:02 -07:00
garethgeorge 36f7925139 fix: refactor priority ordered task queue implementation 2024-04-07 23:58:08 -07:00
John Maguire d555e1655a chore: enable full test coverage for Windows (#206) 2024-04-07 18:58:45 -07:00
garethgeorge 25c138a78d fix: limit cmd log length to 32KB per operation 2024-04-06 14:10:15 -07:00
garethgeorge 157795e3c2 chore: update API tests to use new retention policy format 2024-03-30 15:15:18 -07:00
garethgeorge 7f962130ed fix: include error messages in restic logs 2024-03-30 15:10:41 -07:00
garethgeorge 270cd01a6b feat: improve observability by exposing restic command logs in UI 2024-03-30 15:03:30 -07:00
garethgeorge 7bfd2ac5e1 feat: improve consistency of restic command execution and output capture 2024-03-30 11:27:35 -07:00
garethgeorge 5f4d83b091 fix: forget operations failing with new retention policy format 2024-03-19 09:50:57 -07:00
garethgeorge e7d29c1227 chore: fix tests 2024-03-19 00:19:15 -07:00
garethgeorge 46f76c1662 chore: decouple restic pkg from internal config representation 2024-03-19 00:19:15 -07:00
garethgeorge 12c54c2145 fix: compression progress ratio should be float64 2024-03-19 00:19:15 -07:00
Gareth George 8778cd10e6 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth bcad0e80e1 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
garethgeorge 64515c4a6e fix: improve error message when rclone config is missing 2024-02-17 01:47:03 -08:00
Gareth 6a6cf93aed feat: display non-fatal errors in backup operations (e.g. unreadable files) in UI (#100) 2024-02-17 01:22:48 -08:00
garethgeorge 056522f0e9 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
Gareth f422c289b8 feat: add user configurable command hooks for backup lifecycle events (#60) 2024-01-29 01:24:55 -08:00
garethgeorge fddb2aecb2 fix: sftp support using public key authentication 2024-01-23 22:52:04 -08:00
Gareth George 086f9cd92f feat: add repo stats to restic package 2023-12-24 08:36:43 +00:00
Gareth 82a54ab2f5 fix: crashing bug on partial backup (#39) 2023-12-23 01:49:39 -08:00
Gareth George 1d0b964105 chore: rebrand as backrest 2023-12-22 09:06:23 +00:00
Gareth George 9f2833dd61 feat: support task cancellation 2023-12-20 08:54:45 +00:00
Gareth George bcbc0cec32 fix: operations marked as 'warn' rather than 'error' for partial backups 2023-12-20 07:40:26 +00:00
garethgeorge 84d3bd4b77 docs: rebrand as Restora WebUI for restic 2023-12-09 19:41:56 -08:00
garethgeorge 9bccb9f252 fix: improve output detail collection for command failures 2023-12-08 19:53:29 -08:00
Gareth 066f4aecd3 fix: relax output parsing to skip over warnings 2023-12-08 00:29:35 -08:00
Gareth 0b6b2eb607 feat: initial Windows OS support 2023-12-07 11:27:58 -08:00
garethgeorge 24df1b36f5 feat: implement repo unlocking and operation list implementation 2023-12-04 21:50:21 -08:00
Gareth e83a614705 feat: implement restore operation through snapshot browser UI (#27) 2023-12-03 22:17:27 -08:00
Gareth 107e0585c5 feat: implement prune support (#25) 2023-12-02 18:29:33 -08:00
garethgeorge 265fdd1673 fix: forget deadlocking and misc smaller bugs 2023-12-02 13:21:57 -08:00
garethgeorge 9bb478ed32 feat: basic forget support in backend and UI 2023-11-30 22:47:46 -08:00
garethgeorge 10ff34dc0c feat: implement forget operation 2023-11-28 23:03:37 -08:00
garethgeorge 3d520f0848 feat: display queued operations 2023-11-28 21:33:08 -08:00
garethgeorge 6bf68f2fb3 fix: restic fails to detect summary event for very short backups 2023-11-28 01:29:25 -08:00
Gareth George 51d96e75b1 feat: autoinstall required restic version 2023-11-28 01:02:32 -08:00
Gareth George e76b7ef5a2 chore: cleanup environment variable option parsing and config handling 2023-11-27 18:40:08 -08:00
Gareth George 4f0a47267c fix: standardize on fully qualified snapshot_id and decouple protobufs from restic package 2023-11-26 10:28:02 -08:00
Gareth George c00b96eaee fix: repo orchestrator tests 2023-11-25 17:33:57 -08:00
Gareth George 40b5396990 feat: implement forget and prune support in restic pkg 2023-11-24 17:18:12 -08:00
Gareth George f0d6df7934 chore: add indexing for snapshot field 2023-11-23 00:25:42 -08:00
garethgeorge 0500eeac40 feat: implement snapshot browsing 2023-11-16 19:38:37 -08:00
garethgeorge c557ca1cb0 feat: snapshot items are viewable in the UI and minor element ordering fixes 2023-11-15 23:45:27 -08:00
garethgeorge 70b88e86eb feat: implement backup scheduling in orchestrator 2023-11-14 21:52:06 -08:00
garethgeorge 9293372d94 chore: orchestrator test coverage and some optimizations 2023-11-12 03:50:42 -08:00
garethgeorge 2911c613c6 feat: implement repo, edit, and supporting RPCs 2023-11-12 00:46:34 -08:00