NEWS 2.0 KB

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