NEWS 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. 0.1.8.dev0
  2. * Fixed handling of repeated spaces in source_directories which resulted in backup up everything.
  3. * Added support for --one-file-system for Borg.
  4. * Support borg create --umask.
  5. 0.1.7
  6. * #11: Fixed parsing of punctuation in configuration file.
  7. * Better error message when configuration file is missing.
  8. 0.1.6
  9. * #9: New configuration option for the encryption passphrase.
  10. * #10: Support for Borg's new archive compression feature.
  11. 0.1.5
  12. * Changes to support release on PyPI. Now pip installable by name!
  13. 0.1.4
  14. * Adding test that setup.py version matches release version.
  15. 0.1.3
  16. * #1: Add support for "borg check --last N" to Borg backend.
  17. 0.1.2
  18. * As a convenience to new users, allow a missing default excludes file.
  19. * New issue tracker, linked from documentation.
  20. 0.1.1
  21. * Adding borgmatic cron example, and updating documentation to refer to it.
  22. 0.1.0
  23. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  24. 0.0.7
  25. * Flag for multiple levels of verbosity: some, and lots.
  26. * Improved mocking of Python builtins in unit tests.
  27. 0.0.6
  28. * New configuration section for customizing which Attic consistency checks run, if any.
  29. 0.0.5
  30. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  31. message introduced in 0.0.4.
  32. 0.0.4
  33. * Now using tox to run tests against multiple versions of Python in one go.
  34. * Helpful error message about how to create a repository if one is missing.
  35. * Troubleshooting section with steps to deal with broken pipes.
  36. * Nosetests config file (setup.cfg) with defaults.
  37. 0.0.3
  38. * After pruning, run attic's consistency checks on all archives.
  39. * Integration tests for argument parsing.
  40. * Documentation updates about repository encryption.
  41. 0.0.2
  42. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  43. and prefix.
  44. 0.0.1
  45. * Initial release.