Skip to content

v0.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 19:15
· 7 commits to master since this release
3b42e4a

🌞 Sunny Summer Edition 🌻

Two big things in this release:

  • support for all the new commands and flags of restic 0.17
  • experimental support for environment variables in configuration flags

Example of using environment variables in configuration:

check-repo-profile:
    inherit: default

    run-before:
        - "echo DOW=`date +\"%u\"` >> {{ env }}"

    check:
        read-data-subset: "$DOW/7"

Changelog