github creativeprojects/resticprofile v0.21.1

latest releases: v0.28.0, v0.27.1, v0.27.0...
17 months ago

Bug fixes!

This small release fixes two regression bugs introduced in version 0.21.0

  • the ~ was no longer replaced by the user's home directory for some flag (repository and others...)
  • environment variables were no longer replaced by their value for some flag (repository and others...)

Thanks @jkellerer for the quick fixes 😉 👍🏻

New features from v0.21.0

This release adds a verification of all the flags permitted by restic. Only the flags compatible with your version of restic will be generated (prior to this version, any flag like unknown-flag would end up on the restic command line as --unknown-flag.

Also this version generates a JSON schema: this is the configuration schema which can auto-complete options, and verify that your configuration is correct. It works with any compatible editor for the JSON, TOML and YAML configuration file format. Thanks @jkellerer for the awesome work on this 🎉 . More information here.

Other nice feature is the introduction of the help command which works for both all the resticprofile and restic commands and flags. Try it out!

Changelog

Don't miss a new resticprofile release

NewReleases is sending notifications on new releases.