NEWS 2.7 KB

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