Commit Graph
141 Commits
Author SHA1 Message Date
garethgeorge 7bfd2ac5e1 feat: improve consistency of restic command execution and output capture 2024-03-30 11:27:35 -07:00
Gareth George 8c6822c17c fix: make notification title optional on discord notifications 2024-03-30 09:08:32 +00:00
Gareth George b5cbeab961 feat: support shoutrrr notification service 2024-03-30 08:52:53 +00:00
Gareth George 36afefdd93 fix: include restic binary in alpine and scratch docker images 2024-03-30 08:17:36 +00:00
Gareth George 1863806e77 feat: sort lists in configuration 2024-03-30 07:23:34 +00:00
Gareth George 70283bb0ba fix: add new logs to orchestrator and increase clock change polling to every 5 minutes 2024-03-23 18:58:33 +00:00
Gareth George 6eb9c76922 feat: allow disabling authentication 2024-03-23 17:48:10 +00: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 7cb984d9a2 chore: fix freebsd build 2024-03-19 00:19:15 -07:00
garethgeorge 7374ea3e95 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07:00
garethgeorge cf28913354 feat: pass through all env variables from parent process to restic 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
Gareth George 3cd6d93c75 feat: use disambiguated retention policy format 2024-03-19 00:19:15 -07:00
Gareth George 5e064b1036 feat: add 'compute stats' button to refresh stats on repo view 2024-02-28 20:49:58 -08:00
Gareth George 8778cd10e6 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth George beecfcf001 fix: properly parse repo flags 2024-02-28 20:05:36 -08:00
Gareth George 80a90fa1f8 feat: improved stats visualization with graphs and cleanup operation filtering 2024-02-28 19:27:55 -08:00
Gareth George 0731a8d56e fix: stat operation interval for long running repos 2024-02-28 12:35:21 -08:00
Janis Jansons eb7b8b59c3 feat: check for basic auth (#110) (#129) 2024-02-27 09:16:08 -08:00
Gareth George 50ad698974 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00
garethgeorge 65fe87475a fix: migrate prune policy options to oneof 2024-02-19 22:28:55 -08:00
Gareth bcad0e80e1 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
Gareth d578b2e1d0 feat: add opt-in auto-unlock feature to remove locks on forget and prune (#107) 2024-02-19 12:52:39 -08:00
garethgeorge 2b696c14da fix: live backup progress updates with partial-backup errors 2024-02-17 02:00:28 -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 975d1a02fb feat: add flags to configure backrest options e.g. --config-file, --data-dir, --restic-cmd, --bind-address 2024-02-17 00:04:24 -08:00
garethgeorge 6aaec5423e chore: add build test for windows 2024-02-16 01:56:23 -08:00
garethgeorge 056522f0e9 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
garethgeorge 754f8a200b fix: stats operations running at wrong interval 2024-02-14 21:21:50 -08:00
garethgeorge e14b51cde6 fix: cleanup old versions of restic when upgrading 2024-02-14 20:31:59 -08:00
garethgeorge c506bd8a78 feat: add slack webhook 2024-02-14 20:28:01 -08:00
garethgeorge b0395f4e2e fix: update restic version to 1.16.4 2024-02-07 21:00:07 -08:00
garethgeorge 00a85679bf fix: wrong value passed to --max-unused when providing a custom prune policy 2024-02-07 20:59:09 -08:00
garethgeorge 4eda0e8d1e fix: stats not displaying on long running repos 2024-02-04 03:36:53 -08:00
garethgeorge e23b6b0d0d feat: support keep-all retention policy for append-only backups 2024-02-04 03:14:57 -08:00
garethgeorge c40f536c6d fix: add test coverage for log rotation 2024-02-04 02:50:53 -08:00
garethgeorge 100025d383 chore: add test coverage for backup hook triggers 2024-02-03 18:25:57 -08:00
garethgeorge dc6621dadb fix: add API test coverage and fix minor bugs 2024-02-03 18:08:42 -08:00
garethgeorge ca9cf5093e fix: store large log outputs in tar bundles of logs 2024-02-03 02:37:31 -08:00
Gareth ed642308c0 feat: authentication for WebUI (#62) 2024-02-01 01:19:16 -08:00
garethgeorge d1e156b5a0 feat: implement gotify hook type 2024-01-29 21:06:35 -08:00
garethgeorge 0a5c327a2e feat: implement discord hook type 2024-01-29 20:33:22 -08:00
garethgeorge cd0ca6c1bf fix: windows install errors on decompressing zip archive 2024-01-29 01:33:47 -08:00
Gareth f422c289b8 feat: add user configurable command hooks for backup lifecycle events (#60) 2024-01-29 01:24:55 -08:00
garethgeorge b09f155f87 fix: chmod config 0600 such that only the creating user can read 2024-01-24 23:50:10 -08:00
garethgeorge fddb2aecb2 fix: sftp support using public key authentication 2024-01-23 22:52:04 -08:00
garethgeorge 9e122887a8 feat: make prune policy configurable in the addrepoview in the UI 2024-01-15 14:35:05 -08:00
garethgeorge 3592474ec1 feat: update restic dependency to v0.16.3 2024-01-15 14:04:45 -08:00
garethgeorge 9c417a2f7a feat: verify gpg signature when downloading and installing restic binary 2024-01-15 14:04:45 -08:00