NEWS 2.4 KB

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