NEWS 9.6 KB

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