IABSD.fr/ports/sysutils/restic

Branch :


Log

Author Commit Date CI Message
34d1bd69 2024-02-05 10:44:08 update to restic-0.16.4, from chrisz@ - works around and improves detection of a bug in the compression library used by restic. The resulting issue only happens when using restic 0.16.3 and the max compression level (the default auto and off compression levels are not affected), and when the source files being backed up have specific data in them to trigger the bug. If you use max compression, you can use restic check --read-data to make sure you're not affected.
02346ff3 2024-01-15 22:57:19 update to restic-0.16.3
767f1339 2023-10-30 12:51:47 update to restic-0.16.2
35e1013f 2023-10-25 15:59:11 update to restic-0.16.1, includes bugfix for rare corruption bug if you manually specify max compression, see https://github.com/restic/restic/releases/v0.16.1 for info. (default compression level is auto, which is unaffected).
fd58c0a4 2023-08-01 12:08:50 update to restic-0.16.0 (same diff from Bryce Chidester)
50ae06fa 2023-05-01 14:03:43 remove setting of WRKDIST that hasn't been needed since the patch was removed
c99ef712 2023-04-25 09:35:24 Update to restic-0.15.2 Changes: https://github.com/restic/restic/releases/tag/v0.15.2 OK sthen@
655e8682 2023-02-04 14:27:22 Update to restic-0.15.1 Changes: https://github.com/restic/restic/releases/tag/v0.15.1 OK sthen@
ae41d95b 2023-01-14 13:43:51 Update to restic-0.15.0 Removed patch, which is merged into this release. Changelog: https://github.com/restic/restic/releases/tag/v0.15.0 OK sthen@
4df4cb39 2022-12-28 12:48:03 Always regenerate manuals Turns out restic-generate(1) is clever enough to omit the reference to rest-self-update(1) if built without the tag. Same story for mount: it isn't compiled but we ship the manual. This way we'll always have code and docs in sync. OK sthen