NEWS 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. 1.1.15.dev0
  2. * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
  3. 1.1.14
  4. * #49: Fix for typo in --patterns-from option.
  5. * #47: Support for Borg --dry-run option via borgmatic command-line.
  6. 1.1.13
  7. * #54: Fix for incorrect consistency check flags passed to Borg when all three checks ("repository",
  8. "archives", and "extract") are specified in borgmatic configuration.
  9. * #48: Add "local_path" to configuration for specifying an alternative Borg executable path.
  10. * #49: Support for Borg experimental --patterns-from and --patterns options for specifying mixed
  11. includes/excludes.
  12. * Moved issue tracker from Taiga to integrated Gitea tracker at
  13. https://projects.torsion.org/witten/borgmatic/issues
  14. 1.1.12
  15. * #46: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
  16. rule errors.
  17. * Support for Borg --keep-minutely prune option.
  18. 1.1.11
  19. * #26: Add "ssh_command" to configuration for specifying a custom SSH command or options.
  20. * Fix for incorrect /etc/borgmatic.d/ configuration path probing on macOS. This problem manifested
  21. as an error on startup: "[Errno 2] No such file or directory: '/etc/borgmatic.d'".
  22. 1.1.10
  23. * Pass several Unix signals through to child processes like Borg. This means that Borg now properly
  24. shuts down if borgmatic is terminated (e.g. due to a system suspend).
  25. * #30: Support for using tilde in repository paths to reference home directory.
  26. * #43: Support for Borg --files-cache option for setting the files cache operation mode.
  27. * #45: Support for Borg --remote-ratelimit option for limiting upload rate.
  28. * Log invoked Borg commands when at highest verbosity level.
  29. 1.1.9
  30. * #17, #39: Support for user-defined hooks before/after backup, or on error.
  31. * #34: Improve clarity of logging spew at high verbosity levels.
  32. * #30: Support for using tilde in source directory path to reference home directory.
  33. * Require "prefix" in retention section when "archive_name_format" is set. This is to avoid
  34. accidental pruning of archives with a different archive name format. For similar reasons, default
  35. "prefix" to "{hostname}-" if not specified.
  36. * Convert main source repository from Mercurial to Git.
  37. * Update dead links to Borg documentation.
  38. 1.1.8
  39. * #40: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
  40. config paths.
  41. 1.1.7
  42. * #29: Add "archive_name_format" to configuration for customizing archive names.
  43. * Fix for traceback when "exclude_from" value is empty in configuration file.
  44. * When pruning, make highest verbosity level list archives kept and pruned.
  45. * Clarification of Python 3 pip usage in documentation.
  46. 1.1.6
  47. * #13, #36: Support for Borg --exclude-from, --exclude-caches, and --exclude-if-present options.
  48. 1.1.5
  49. * #35: New "extract" consistency check that performs a dry-run extraction of the most recent
  50. archive.
  51. 1.1.4
  52. * #18: Added command-line flags for performing a borgmatic run with only pruning, creating, or
  53. checking enabled. This supports use cases like running consistency checks from a different cron
  54. job with a different frequency, or running pruning with a different verbosity level.
  55. 1.1.3
  56. * #15: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
  57. * Fix for generate-borgmatic-config writing config with invalid one_file_system value.
  58. 1.1.2
  59. * #33: Fix for passing check_last as integer to subprocess when calling Borg.
  60. 1.1.1
  61. * Part of #33: Fix for upgrade-borgmatic-config converting check_last option as a string instead of
  62. an integer.
  63. * Fix for upgrade-borgmatic-config erroring when consistency checks option is not present.
  64. 1.1.0
  65. * Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
  66. * Added generate-borgmatic-config command for initial config creation.
  67. * Dropped Python 2 support. Now Python 3 only.
  68. * #19: Fix for README mention of sample files not included in package.
  69. * #23: Sample files for triggering borgmatic from a systemd timer.
  70. * Support for backing up to multiple repositories.
  71. * To free up space, now pruning backups prior to creating a new backup.
  72. * Enabled test coverage output during tox runs.
  73. * Added logo.
  74. 1.0.3
  75. * #22: Fix for verbosity flag not actually causing verbose output.
  76. 1.0.2
  77. * #21: Fix for traceback when remote_path option is missing.
  78. 1.0.1
  79. * #20: Support for Borg's --remote-path option to use an alternate Borg
  80. executable. See sample/config.
  81. 1.0.0
  82. * Attic is no longer supported, as there hasn't been any recent development on
  83. it. Dropping Attic support will allow faster iteration on Borg-specific
  84. features. If you're still using Attic, this is a good time to switch to Borg!
  85. * Project renamed from atticmatic to borgmatic. See the borgmatic README for
  86. information on upgrading.
  87. 0.1.8
  88. * Fix for handling of spaces in source_directories which resulted in backup up everything.
  89. * Fix for broken links to Borg documentation.
  90. * At verbosity zero, suppressing Borg check stderr spew about "Checking segments".
  91. * Support for Borg --one-file-system.
  92. * Support for Borg create --umask.
  93. * Support for file globs in source_directories.
  94. 0.1.7
  95. * #12: Fixed parsing of punctuation in configuration file.
  96. * Better error message when configuration file is missing.
  97. 0.1.6
  98. * #10: New configuration option for the encryption passphrase.
  99. * #11: Support for Borg's new archive compression feature.
  100. 0.1.5
  101. * Changes to support release on PyPI. Now pip installable by name!
  102. 0.1.4
  103. * Adding test that setup.py version matches release version.
  104. 0.1.3
  105. * #2: Add support for "borg check --last N" to Borg backend.
  106. 0.1.2
  107. * As a convenience to new users, allow a missing default excludes file.
  108. * New issue tracker, linked from documentation.
  109. 0.1.1
  110. * Adding borgmatic cron example, and updating documentation to refer to it.
  111. 0.1.0
  112. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  113. 0.0.7
  114. * Flag for multiple levels of verbosity: some, and lots.
  115. * Improved mocking of Python builtins in unit tests.
  116. 0.0.6
  117. * New configuration section for customizing which Attic consistency checks run, if any.
  118. 0.0.5
  119. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  120. message introduced in 0.0.4.
  121. 0.0.4
  122. * Now using tox to run tests against multiple versions of Python in one go.
  123. * Helpful error message about how to create a repository if one is missing.
  124. * Troubleshooting section with steps to deal with broken pipes.
  125. * Nosetests config file (setup.cfg) with defaults.
  126. 0.0.3
  127. * After pruning, run attic's consistency checks on all archives.
  128. * Integration tests for argument parsing.
  129. * Documentation updates about repository encryption.
  130. 0.0.2
  131. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  132. and prefix.
  133. 0.0.1
  134. * Initial release.