NEWS 2.0 KB

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