garethgeorge
a5fbc02460
fix: make backup and restore operations more robust to non-JSON output events
2024-06-13 17:18:05 -07:00
Gareth
b0391c8bee
feat: support nice/ionice as a repo setting ( #309 )
2024-05-31 23:05:23 -07:00
Gareth
311b09fdd4
feat: support restic check operation ( #303 )
2024-05-27 10:26:18 -07:00
garethgeorge
680a23d327
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
d9927f162d
fix: error formatting for repo init
2024-05-17 16:51:51 -07:00
garethgeorge
bf8bf00559
fix: improve cmd error formatting now that logs are available for all operations
2024-05-17 16:41:32 -07:00
garethgeorge
74c8abc39a
feat: implement 'run command' button to execute arbitrary restic commands in a repo
2024-05-07 23:40:32 -07:00
garethgeorge
094fe42f69
chore: fix tests
2024-05-05 12:42:30 -07:00
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 Zolfanelli and Lorenzo 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