New summer edition
This release mostly fixes a few regression from version 0.21.0 and adds a handful of new features:
- Allow to set
base-dir
andsource-dir
in a profile so you can start resticprofile from any current folder - Allow to set
keep-tag
,tag
&group-by
as empty string - Support for restic v0.16 new flags
Thanks to all the contributors for the great work 👍🏻
Changelog
- b0767ad Added {{ "data" | base64 }} & {{ "data" | hex }} (#213)
- b00c8a0 Allow to set a base-dir inside the profile (#183) (#192)
- 4b2ea31 Fix 194: Allow to set "keep-tag", “tag” & “group-by” as empty string (#220)
- 10057d4 Fix 218: Args filter must not remove paths (#222)
- 0c8c985 Fix 223, 230: Escape args and absolute restic path for pwsh (#224)
- 2bf0d28 Fix 242: iexclude-file not converted to abs path (#243)
- 6cbfdb3 Fix links for versioned JSON schema files (#244)
- fc66fab Fix schedule tests (#236)
- 304e418 Fix: Do not add
--tag
fortag: true
(#221) - 82fccdb Restic: Add restic v16 release (#238)
- 3f4e0bf Restic: Fixed unit tests for restic v16 (#239)
- ba9297a Retention: Align host filter with "backup" (#227)
- 347501d Schedule: Capture
os.Environ
on schedule creation (#212) - 9c05157 Support
lock-wait
with--lock-retry
in restic 0.16 (#240) - 6cc332d Support build when GOPATH is unset / fix mockery build warning (#234)
- 3476fbc Variables: Allow to escape "$" with "$$" (#216)