Gareth George
a935c93324
fix: test repo configuration button
2025-01-22 22:47:46 -08:00
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
66bba33809
feat: initial backend implementation of multihost synchronization ( #562 )
2025-01-07 20:31:31 -08:00
garethgeorge
03f7b2f5f8
feat: support --skip-if-unchanged
2024-10-19 17:18:04 -07:00
Gareth
8e0c58ed28
chore: misc bug fixes supporting sqlite migration ( #517 )
2024-10-13 17:55:37 -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
Gareth
b3dbb5690c
feat: implement scheduling relative to last task execution ( #439 )
2024-08-26 22:35:06 -07:00
garethgeorge
d8674c9394
fix: use 'restic restore <snapshot id>:<path>' for restore operations
2024-08-26 19:38:03 -07:00
garethgeorge
1f3406e0d9
feat: start tracking snapshot summary fields introduced in restic 0.17.0
2024-08-14 18:49:57 -07:00
garethgeorge
9deb7168cb
fix: improve debug output when trying to configure a new repo
2024-08-14 17:33:34 -07:00
garethgeorge
a846eb26b4
chore: continue to cleanup io handling
2024-06-25 19:32:22 -07:00
garethgeorge
3628c5d103
feat: improve log formatting
2024-06-25 12:14:55 -07:00
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