NEWS 2.5 KB

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