NEWS 7.9 KB

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