NEWS 1.9 KB

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