NEWS 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. 1.2.16.dev0
  2. * Refactor documentation into multiple separate pages for clarity and findability.
  3. * Organize options within command-line help into logical groups.
  4. * Exclude tests from distribution packages.
  5. * #119: Include a sample borgmatic configuration file in the documentation.
  6. * #123: Support for Borg archive restoration via borgmatic --extract command-line flag.
  7. 1.2.15
  8. * #127: Remove date echo from schema example, as it's not a substitute for real logging.
  9. * #132: Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to
  10. confusing behavior.
  11. * #136: Handle and format validation errors raised during argument parsing.
  12. * #138: Allow use of --stats flag when --create or --prune flags are implied.
  13. 1.2.14
  14. * #103: When generating sample configuration with generate-borgmatic-config, document the defaults
  15. for each option.
  16. * #116: When running multiple configuration files, attempt all configuration files even if one of
  17. them errors. Log a summary of results at the end.
  18. * Add borgmatic --version command-line flag to get the current installed version number.
  19. 1.2.13
  20. * #100: Support for --stats command-line flag independent of --verbosity.
  21. * #117: With borgmatic --init command-line flag, proceed without erroring if a repository already
  22. exists.
  23. 1.2.12
  24. * #110: Support for Borg repository initialization via borgmatic --init command-line flag.
  25. * #111: Update Borg create --filter values so a dry run lists files to back up.
  26. * #113: Update README with link to a new/forked Docker image.
  27. * Prevent deprecated --excludes command-line option from being used.
  28. * Refactor README a bit to flow better for first-time users.
  29. * Update README with a few additional borgmatic packages (Debian and Ubuntu).
  30. 1.2.11
  31. * #108: Support for Borg create --progress via borgmatic command-line flag.
  32. 1.2.10
  33. * #105: Support for Borg --chunker-params create option via "chunker_params" in borgmatic's storage
  34. section.
  35. 1.2.9
  36. * #102: Fix for syntax error that occurred in Python 3.5 and below.
  37. * Make automated tests support running in Python 3.5.
  38. 1.2.8
  39. * #73: Enable consistency checks for only certain repositories via "check_repositories" option in
  40. borgmatic's consistency configuration. Handy for large repositories that take forever to check.
  41. * Include link to issue tracker within various command output.
  42. * Run continuous integration tests on a matrix of Python and Borg versions.
  43. 1.2.7
  44. * #98: Support for Borg --keep-secondly prune option.
  45. * Use Black code formatter and Flake8 code checker as part of running automated tests.
  46. * Add an end-to-end automated test that actually integrates with Borg.
  47. * Set up continuous integration for borgmatic automated tests on projects.evoworx.org.
  48. 1.2.6
  49. * Fix generated configuration to also include a "keep_daily" value so pruning works out of the
  50. box.
  51. 1.2.5
  52. * #57: When generating sample configuration with generate-borgmatic-config, comment out all
  53. optional configuration so as to streamline the initial configuration process.
  54. 1.2.4
  55. * Fix for archive checking traceback due to parameter mismatch.
  56. 1.2.3
  57. * #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from
  58. borgmatic's log level. Note that the output of borgmatic might slightly change.
  59. * Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's
  60. location configuration.
  61. * #87: Support for Borg create --checkpoint-interval via "checkpoint_interval" option in
  62. borgmatic's storage configuration.
  63. * #88: Fix declared pykwalify compatibility version range in setup.py to prevent use of ancient
  64. versions of pykwalify with large version numbers.
  65. * #89: Pass --show-rc option to Borg when at highest verbosity level.
  66. * #94: Support for Borg --json option via borgmatic command-line to --create archives.
  67. 1.2.2
  68. * #85: Fix compatibility issue between pykwalify and ruamel.yaml 0.15.52, which manifested in
  69. borgmatic as a pykwalify RuleError.
  70. 1.2.1
  71. * Skip before/after backup hooks when only doing --prune, --check, --list, and/or --info.
  72. * #71: Support for XDG_CONFIG_HOME environment variable for specifying alternate user ~/.config/
  73. path.
  74. * #74, #83: Support for Borg --json option via borgmatic command-line to --list archives or show
  75. archive --info in JSON format, ideal for programmatic consumption.
  76. * #38, #76: Upgrade ruamel.yaml compatibility version range and fix support for Python 3.7.
  77. * #77: Skip non-"*.yaml" config filenames in /etc/borgmatic.d/ so as not to parse backup files,
  78. editor swap files, etc.
  79. * #81: Document user-defined hooks run before/after backup, or on error.
  80. * Add code style guidelines to the documention.
  81. 1.2.0
  82. * #61: Support for Borg --list option via borgmatic command-line to list all archives.
  83. * #61: Support for Borg --info option via borgmatic command-line to display summary information.
  84. * #62: Update README to mention other ways of installing borgmatic.
  85. * Support for Borg --prefix option for consistency checks via "prefix" option in borgmatic's
  86. consistency configuration.
  87. * Add introductory screencast link to documentation.
  88. * #59: Ignore "check_last" and consistency "prefix" when "archives" not in consistency checks.
  89. * #60: Add "Persistent" flag to systemd timer example.
  90. * #63: Support for Borg --nobsdflags option to skip recording bsdflags (e.g. NODUMP, IMMUTABLE) in
  91. archive.
  92. * #69: Support for Borg prune --umask option using value of existing "umask" option in borgmatic's
  93. storage configuration.
  94. * Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.
  95. * Add ~/.config/borgmatic/config.yaml to default configuration path probing.
  96. * Document how to develop on and contribute to borgmatic.
  97. 1.1.15
  98. * Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
  99. * Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together.
  100. Work-around for behavior introduced in Borg 1.1.3: https://github.com/borgbackup/borg/issues/3298
  101. * #55: Fix for missing tags/releases on Gitea and GitHub project hosting.
  102. * #56: Support for Borg --lock-wait option for the maximum wait for a repository/cache lock.
  103. * #58: Support for using tilde in exclude_patterns to reference home directory.
  104. 1.1.14
  105. * #49: Fix for typo in --patterns-from option.
  106. * #47: Support for Borg --dry-run option via borgmatic command-line.
  107. 1.1.13
  108. * #54: Fix for incorrect consistency check flags passed to Borg when all three checks ("repository",
  109. "archives", and "extract") are specified in borgmatic configuration.
  110. * #48: Add "local_path" to configuration for specifying an alternative Borg executable path.
  111. * #49: Support for Borg experimental --patterns-from and --patterns options for specifying mixed
  112. includes/excludes.
  113. * Moved issue tracker from Taiga to integrated Gitea tracker at
  114. https://projects.torsion.org/witten/borgmatic/issues
  115. 1.1.12
  116. * #46: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
  117. rule errors.
  118. * Support for Borg --keep-minutely prune option.
  119. 1.1.11
  120. * #26: Add "ssh_command" to configuration for specifying a custom SSH command or options.
  121. * Fix for incorrect /etc/borgmatic.d/ configuration path probing on macOS. This problem manifested
  122. as an error on startup: "[Errno 2] No such file or directory: '/etc/borgmatic.d'".
  123. 1.1.10
  124. * Pass several Unix signals through to child processes like Borg. This means that Borg now properly
  125. shuts down if borgmatic is terminated (e.g. due to a system suspend).
  126. * #30: Support for using tilde in repository paths to reference home directory.
  127. * #43: Support for Borg --files-cache option for setting the files cache operation mode.
  128. * #45: Support for Borg --remote-ratelimit option for limiting upload rate.
  129. * Log invoked Borg commands when at highest verbosity level.
  130. 1.1.9
  131. * #17, #39: Support for user-defined hooks before/after backup, or on error.
  132. * #34: Improve clarity of logging spew at high verbosity levels.
  133. * #30: Support for using tilde in source directory path to reference home directory.
  134. * Require "prefix" in retention section when "archive_name_format" is set. This is to avoid
  135. accidental pruning of archives with a different archive name format. For similar reasons, default
  136. "prefix" to "{hostname}-" if not specified.
  137. * Convert main source repository from Mercurial to Git.
  138. * Update dead links to Borg documentation.
  139. 1.1.8
  140. * #40: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
  141. config paths.
  142. 1.1.7
  143. * #29: Add "archive_name_format" to configuration for customizing archive names.
  144. * Fix for traceback when "exclude_from" value is empty in configuration file.
  145. * When pruning, make highest verbosity level list archives kept and pruned.
  146. * Clarification of Python 3 pip usage in documentation.
  147. 1.1.6
  148. * #13, #36: Support for Borg --exclude-from, --exclude-caches, and --exclude-if-present options.
  149. 1.1.5
  150. * #35: New "extract" consistency check that performs a dry-run extraction of the most recent
  151. archive.
  152. 1.1.4
  153. * #18: Added command-line flags for performing a borgmatic run with only pruning, creating, or
  154. checking enabled. This supports use cases like running consistency checks from a different cron
  155. job with a different frequency, or running pruning with a different verbosity level.
  156. 1.1.3
  157. * #15: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
  158. * Fix for generate-borgmatic-config writing config with invalid one_file_system value.
  159. 1.1.2
  160. * #33: Fix for passing check_last as integer to subprocess when calling Borg.
  161. 1.1.1
  162. * Part of #33: Fix for upgrade-borgmatic-config converting check_last option as a string instead of
  163. an integer.
  164. * Fix for upgrade-borgmatic-config erroring when consistency checks option is not present.
  165. 1.1.0
  166. * Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
  167. * Added generate-borgmatic-config command for initial config creation.
  168. * Dropped Python 2 support. Now Python 3 only.
  169. * #19: Fix for README mention of sample files not included in package.
  170. * #23: Sample files for triggering borgmatic from a systemd timer.
  171. * Support for backing up to multiple repositories.
  172. * To free up space, now pruning backups prior to creating a new backup.
  173. * Enabled test coverage output during tox runs.
  174. * Added logo.
  175. 1.0.3
  176. * #22: Fix for verbosity flag not actually causing verbose output.
  177. 1.0.2
  178. * #21: Fix for traceback when remote_path option is missing.
  179. 1.0.1
  180. * #20: Support for Borg's --remote-path option to use an alternate Borg
  181. executable. See sample/config.
  182. 1.0.0
  183. * Attic is no longer supported, as there hasn't been any recent development on
  184. it. Dropping Attic support will allow faster iteration on Borg-specific
  185. features. If you're still using Attic, this is a good time to switch to Borg!
  186. * Project renamed from atticmatic to borgmatic. See the borgmatic README for
  187. information on upgrading.
  188. 0.1.8
  189. * Fix for handling of spaces in source_directories which resulted in backup up everything.
  190. * Fix for broken links to Borg documentation.
  191. * At verbosity zero, suppressing Borg check stderr spew about "Checking segments".
  192. * Support for Borg --one-file-system.
  193. * Support for Borg create --umask.
  194. * Support for file globs in source_directories.
  195. 0.1.7
  196. * #12: Fixed parsing of punctuation in configuration file.
  197. * Better error message when configuration file is missing.
  198. 0.1.6
  199. * #10: New configuration option for the encryption passphrase.
  200. * #11: Support for Borg's new archive compression feature.
  201. 0.1.5
  202. * Changes to support release on PyPI. Now pip installable by name!
  203. 0.1.4
  204. * Adding test that setup.py version matches release version.
  205. 0.1.3
  206. * #2: Add support for "borg check --last N" to Borg backend.
  207. 0.1.2
  208. * As a convenience to new users, allow a missing default excludes file.
  209. * New issue tracker, linked from documentation.
  210. 0.1.1
  211. * Adding borgmatic cron example, and updating documentation to refer to it.
  212. 0.1.0
  213. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  214. 0.0.7
  215. * Flag for multiple levels of verbosity: some, and lots.
  216. * Improved mocking of Python builtins in unit tests.
  217. 0.0.6
  218. * New configuration section for customizing which Attic consistency checks run, if any.
  219. 0.0.5
  220. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  221. message introduced in 0.0.4.
  222. 0.0.4
  223. * Now using tox to run tests against multiple versions of Python in one go.
  224. * Helpful error message about how to create a repository if one is missing.
  225. * Troubleshooting section with steps to deal with broken pipes.
  226. * Nosetests config file (setup.cfg) with defaults.
  227. 0.0.3
  228. * After pruning, run attic's consistency checks on all archives.
  229. * Integration tests for argument parsing.
  230. * Documentation updates about repository encryption.
  231. 0.0.2
  232. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  233. and prefix.
  234. 0.0.1
  235. * Initial release.