Skip to content

acts v1.4.0

Compare
Choose a tag to compare
@assistcontrol assistcontrol released this 23 Jun 13:54
· 25 commits to master since this release

acts 1.4.0, released 2019-06-23

Breaking Changes:

  • acts.conf will not be automatically picked up from $PWD. If you relied on this behaviour, you can run acts -c ./acts.conf
  • On new installations, the default acts.conf must be edited before running acts

New Features:

  • The path to acts.conf can be specified with -c /path/to/acts.conf (#27)
  • The number of retained daily, monthly, and yearly archives can be set in acts.conf (#31)

Changes:

  • Backup levels for new archive targets are created immediately (#28) (Thanks @shortchanged13!)
  • Monthly/yearly backups are always present. If they don't exist, they are copied from the latest daily archive (#29, #35)
  • It is easier to back up only '/' (though that is discouraged) (#32)

Bugs:

  • None, acts is perfect 👌