Commit Graph
344 Commits
Author SHA1 Message Date
garethgeorge 6eb704f07b fix: improve cmd error formatting now that logs are available for all operations 2024-05-17 16:41:32 -07:00
garethgeorge 6ae82f70d4 fix: downgrade omission of 'instance' field from an error to a warning 2024-05-17 16:37:43 -07:00
garethgeorge eb079317c0 fix: improve download speeds for restored files 2024-05-12 01:23:20 -07:00
garethgeorge 411a4fb6f0 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge 9d6c1baf87 fix: retention policy display may show default values for some fields 2024-05-12 00:13:02 -07:00
garethgeorge b341146fce fix: date formatting 2024-05-08 01:13:51 -07:00
garethgeorge 6045c87cdf fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00
garethgeorge 07b09502b9 fix: improve concurrency handling in RunCommand 2024-05-08 00:24:46 -07:00
garethgeorge a821580861 chore: run prettier on the codebase 2024-05-07 23:43:54 -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 91724ef1f7 chore: refactor download handler 2024-05-07 22:26:58 -07:00
garethgeorge 89a49c1fa7 fix: use locale to properly format time 2024-05-07 21:54:15 -07:00
garethgeorge 65bb8ef14b fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -07:00
garethgeorge ad9a77029c fix: minor bugs and tweak log rotation history to 14 days 2024-05-05 12:54:46 -07:00
garethgeorge b6c258c921 docs: update documentation for SFTP usage 2024-05-05 12:42:30 -07:00
garethgeorge 282233b7cf chore: fix tests 2024-05-05 12:42:30 -07:00
garethgeorge a30d5efe1c fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
Gareth a75a5c2297 feat: add download link to create a zip archive of restored files 2024-05-05 12:42:30 -07:00
Gareth 756e64a200 fix: adjust task priorities 2024-05-05 12:42:30 -07:00
Gareth 982e2fb2cd fix: center-right align settings icons for plans/repos 2024-05-05 12:42:30 -07:00
Gareth 386f46a090 feat: add force kill signal handler that dumps stacks 2024-05-05 12:42:30 -07:00
Gareth be0cdd59be feat: improve support for instance ID tag 2024-05-05 12:42:30 -07:00
Gareth f314c7cced feat: validate plan ID and repo ID 2024-05-05 12:42:30 -07:00
garethgeorge 8448f4cc3a feat: support env variable substitution e.g. FOO=${MY_FOO_VAR} 2024-05-05 12:42:30 -07:00
garethgeorge 802146a6c0 feat: add seek support to join iterator for better performance 2024-05-05 12:42:30 -07:00
garethgeorge 65d4a1df0e feat: ensure instance ID is set for all operations 2024-05-05 12:42:30 -07:00
garethgeorge f0ee20f53d 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 5a996d74b0 feat: update snapshot management to track and filter on instance ID, migrate existing snapshots 2024-05-05 12:42:30 -07:00
Gareth 484701007f feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Jim Ancona f6d58376b7 fix: install.sh was calling systemctl on Darwin (#260) 2024-05-02 10:31:21 -07:00
garethgeorge 2461834bc8 chore: only run docs workflow when docs/... are updated 2024-04-28 23:08:34 -07:00
Gareth 7a10bdca7b 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 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 c297d3cd65 docs: update README.md and docs wiki 2024-04-18 00:40:31 -07:00
garethgeorge eb870cc090 chore: fix github actions workflow for docs site 2024-04-18 00:29:50 -07:00
Gareth e791e31b91 docs: migrate wiki content to docs site (#230) 2024-04-18 00:10:03 -07:00
Gareth 5d8633c6d2 chore(main): release 0.17.2 (#218) v0.17.2 2024-04-17 20:52:19 -07:00
garethgeorge 6408518582 fix: add tini to docker images to reap rclone processes left behind by restic 2024-04-17 20:41:38 -07:00
Sönke be0930368b fix: Linux ./install.sh script fails when used for updating backrest (#226) 2024-04-17 10:54:12 -07:00
devome 4bf59e6edc chore: add arch linux installation instructions 2024-04-17 09:44:36 -07:00
garethgeorge 90ddafac92 chore: update github actions configuration 2024-04-17 01:18:16 -07:00
garethgeorge ec39533e4c fix: armv7 support for docker releases 2024-04-17 01:09:57 -07:00
garethgeorge 4c0ee97c67 chore: update README.md 2024-04-17 01:04:45 -07:00
Gareth 5d6074eb29 fix: bug in new task queue implementation 2024-04-14 01:17:12 -07:00
garethgeorge 4a81889d81 fix: use new orchestrator queue 2024-04-13 02:04:53 -07:00
garethgeorge aacdf9b7cd fix: improve restic pkg's output handling and buffering 2024-04-13 00:19:03 -07:00
Gareth 66d63c1d40 chore(main): release 0.17.1 (#212) v0.17.1 2024-04-12 03:20:34 -07:00
garethgeorge 07cffcb5d8 fix: revert orchestrator changes 2024-04-12 03:16:51 -07:00
Gareth ff2bfb9f5e chore(main): release 0.17.0 (#186) v0.17.0 2024-04-12 00:11:36 -07:00
garethgeorge c4ae5b3f22 feat: allow hook exit codes to control backup execution (e.g fail, skip, etc) 2024-04-12 00:05:27 -07:00