NEWS 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 0.1.1
  2. * Adding borgmatic cron example, and updating documentation to refer to it.
  3. 0.1.0
  4. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  5. 0.0.7
  6. * Flag for multiple levels of verbosity: some, and lots.
  7. * Improved mocking of Python builtins in unit tests.
  8. 0.0.6
  9. * New configuration section for customizing which Attic consistency checks run, if any.
  10. 0.0.5
  11. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  12. message introduced in 0.0.4.
  13. 0.0.4
  14. * Now using tox to run tests against multiple versions of Python in one go.
  15. * Helpful error message about how to create a repository if one is missing.
  16. * Troubleshooting section with steps to deal with broken pipes.
  17. * Nosetests config file (setup.cfg) with defaults.
  18. 0.0.3
  19. * After pruning, run attic's consistency checks on all archives.
  20. * Integration tests for argument parsing.
  21. * Documentation updates about repository encryption.
  22. 0.0.2
  23. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  24. and prefix.
  25. 0.0.1
  26. * Initial release.