garethgeorge
|
db2b1d033b
|
feat: ensure instance ID is set for all operations
|
2024-05-05 12:42:30 -07:00 |
|
garethgeorge
|
d454361480
|
feat: add CONDITION_SNAPSHOT_WARNING hook triggered by any warning status at the completion of a snapshot
|
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 |
|
Gareth
|
fa851967b1
|
feat!: redefine hostname as a required property that maps to --host (#256)
|
2024-05-05 12:42:30 -07:00 |
|
Jim Ancona
|
29620f2897
|
fix: install.sh was calling systemctl on Darwin (#260)
|
2024-05-02 10:31:21 -07:00 |
|
garethgeorge
|
39a0ec0684
|
chore: only run docs workflow when docs/... are updated
|
2024-04-28 23:08:34 -07:00 |
|
Gareth
|
e4ce8602e8
|
feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253)
|
2024-04-28 23:05:13 -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
|
5141481ca2
|
docs: update README.md and docs wiki
|
2024-04-18 00:40:31 -07:00 |
|
garethgeorge
|
81dee1871c
|
chore: fix github actions workflow for docs site
|
2024-04-18 00:29:50 -07:00 |
|
Gareth
|
ae5b3c8fc6
|
docs: migrate wiki content to docs site (#230)
|
2024-04-18 00:10:03 -07:00 |
|
Gareth
|
2c1e545efb
|
chore(main): release 0.17.2 (#218)
|
2024-04-17 20:52:19 -07:00 |
|
garethgeorge
|
408dd575b3
|
fix: add tini to docker images to reap rclone processes left behind by restic
|
2024-04-17 20:41:38 -07:00 |
|
Sönke
|
f273a7d848
|
fix: Linux ./install.sh script fails when used for updating backrest (#226)
|
2024-04-17 10:54:12 -07:00 |
|
devome
|
130e73da75
|
chore: add arch linux installation instructions
|
2024-04-17 09:44:36 -07:00 |
|
garethgeorge
|
1e2c14ff10
|
chore: update github actions configuration
|
2024-04-17 01:18:16 -07:00 |
|
garethgeorge
|
b401c1d4d4
|
fix: armv7 support for docker releases
|
2024-04-17 01:09:57 -07:00 |
|
garethgeorge
|
f3152cef0f
|
chore: update README.md
|
2024-04-17 01:04:45 -07:00 |
|
Gareth
|
0d947690f7
|
fix: bug in new task queue implementation
|
2024-04-14 01:17:12 -07:00 |
|
garethgeorge
|
5ee5675812
|
fix: use new orchestrator queue
|
2024-04-13 02:04:53 -07:00 |
|
garethgeorge
|
96c1a47485
|
fix: improve restic pkg's output handling and buffering
|
2024-04-13 00:19:03 -07:00 |
|
Gareth
|
e05f3f8670
|
chore(main): release 0.17.1 (#212)
|
2024-04-12 03:20:34 -07:00 |
|
garethgeorge
|
8be9a711f8
|
fix: revert orchestrator changes
|
2024-04-12 03:16:51 -07:00 |
|
Gareth
|
16260d92e0
|
chore(main): release 0.17.0 (#186)
|
2024-04-12 00:11:36 -07:00 |
|
garethgeorge
|
e3965db42a
|
feat: allow hook exit codes to control backup execution (e.g fail, skip, etc)
|
2024-04-12 00:05:27 -07:00 |
|
garethgeorge
|
63b6dc7b38
|
fix: misc UI and backend bug fixes
|
2024-04-11 21:38:30 -07:00 |
|
garethgeorge
|
b72f3ebdfe
|
chore: finish homebrew tap onboarding
|
2024-04-11 21:04:46 -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
|
5f3ee4dcba
|
fix: handle backpressure correctly in event stream
|
2024-04-11 20:50:44 -07:00 |
|
garethgeorge
|
3930a2553d
|
fix: bugs in refactored task queue and improved coverage
|
2024-04-11 01:46:50 -07:00 |
|
garethgeorge
|
37918b145f
|
fix: default BACKREST_PORT to 127.0.0.1:9898 (localhost only) when using install.sh
|
2024-04-08 00:44:26 -07:00 |
|
garethgeorge
|
16e42883b6
|
chore: fix scheduler wait test
|
2024-04-08 00:32:09 -07:00 |
|
garethgeorge
|
a9c1a7324a
|
chore: improve log messages
|
2024-04-08 00:28:41 -07:00 |
|
garethgeorge
|
4bf26cd057
|
feat: use new task queue implementation in orchestrator
|
2024-04-08 00:16:28 -07:00 |
|
garethgeorge
|
36f7925139
|
fix: refactor priority ordered task queue implementation
|
2024-04-07 23:58:08 -07:00 |
|
garethgeorge
|
2fa329faf2
|
fix: spawn goroutine to update oplog with progress during backup/restore
|
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 |
|
John Maguire
|
fde927ba3e
|
fix: use C:\Program Files\backrest on both x64 and 32-bit (#200)
|
2024-04-07 18:47:07 -07:00 |
|
garethgeorge
|
92e219a501
|
chore: update install / download scripts
|
2024-04-07 03:06:36 -07:00 |
|
雲豹 ΦωΦ
|
c54419e67c
|
feat: add a Bash script to help Linux user manage Backrest (#187)
|
2024-04-07 01:57:27 -07:00 |
|
garethgeorge
|
3844d2c717
|
fix: include ioutil helpers
|
2024-04-06 14:44:05 -07:00 |
|
garethgeorge
|
419cb273d7
|
fix: improve tooltips on AddRepoModal
|
2024-04-06 14:38:39 -07:00 |
|
John Maguire
|
d024bad7c9
|
feat: release backrest as a homebrew tap
See https://github.com/garethgeorge/homebrew-backrest
|
2024-04-06 14:30:00 -07:00 |
|
garethgeorge
|
25c138a78d
|
fix: limit cmd log length to 32KB per operation
|
2024-04-06 14:10:15 -07:00 |
|
John Maguire
|
42d97d54ce
|
feat: use amd64 restic for arm64 Windows (#201)
|
2024-04-05 20:23:41 -07:00 |
|
John Maguire
|
6fac15c11c
|
Open docs links in a new tab (#195)
|
2024-04-05 11:29:36 -07:00 |
|
Stasium
|
9985d8e435
|
fix(css): fixing overflow issue (#191)
|
2024-04-04 14:50:18 -07:00 |
|
garethgeorge
|
3a089d2de4
|
fix: cannot set retention policy buckets to 0
|
2024-04-01 22:23:57 -07:00 |
|
Gareth
|
f2021e66bd
|
chore(main): release 0.16.0 (#175)
|
2024-03-30 15:44:17 -07:00 |
|
garethgeorge
|
4698deb117
|
fix: tasks duplicated when config is updated during a running operation
|
2024-03-30 15:38:13 -07:00 |
|