NEWS 2.2 KB

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