NEWS 2.6 KB

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