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