2018-12-26 06:03:34 +00:00
|
|
|
1.2.15.dev0
|
2019-01-27 19:58:04 +00:00
|
|
|
* #136: Handle and format validation errors raised during argument parsing.
|
2019-01-27 20:15:47 +00:00
|
|
|
* #139: Allow use of --stats flag when --create or --prune flags are implied.
|
2018-12-26 06:03:34 +00:00
|
|
|
|
2018-12-26 05:01:08 +00:00
|
|
|
1.2.14
|
2018-12-26 01:05:22 +00:00
|
|
|
* #103: When generating sample configuration with generate-borgmatic-config, document the defaults
|
|
|
|
for each option.
|
2018-12-25 23:23:54 +00: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 05:01:08 +00:00
|
|
|
* Add borgmatic --version command-line flag to get the current installed version number.
|
2018-12-25 23:23:54 +00:00
|
|
|
|
2018-12-25 06:29:41 +00:00
|
|
|
1.2.13
|
2018-12-24 00:06:08 +00:00
|
|
|
* #100: Support for --stats command-line flag independent of --verbosity.
|
2018-12-25 06:29:41 +00:00
|
|
|
* #117: With borgmatic --init command-line flag, proceed without erroring if a repository already
|
2018-12-25 06:35:16 +00:00
|
|
|
exists.
|
2018-12-24 00:06:08 +00:00
|
|
|
|
2018-12-11 06:20:57 +00:00
|
|
|
1.2.12
|
|
|
|
* #110: Support for Borg repository initialization via borgmatic --init command-line flag.
|
2018-12-02 23:03:07 +00:00
|
|
|
* #111: Update Borg create --filter values so a dry run lists files to back up.
|
2018-12-02 23:16:52 +00:00
|
|
|
* #113: Update README with link to a new/forked Docker image.
|
2018-12-11 06:20:57 +00:00
|
|
|
* Prevent deprecated --excludes command-line option from being used.
|
|
|
|
* Refactor README a bit to flow better for first-time users.
|
2018-12-11 06:30:10 +00:00
|
|
|
* Update README with a few additional borgmatic packages (Debian and Ubuntu).
|
2018-12-02 23:03:07 +00:00
|
|
|
|
2018-11-22 06:03:39 +00:00
|
|
|
1.2.11
|
|
|
|
* #108: Support for Borg create --progress via borgmatic command-line flag.
|
|
|
|
|
2018-10-27 23:57:28 +01:00
|
|
|
1.2.10
|
|
|
|
* #105: Support for Borg --chunker-params create option via "chunker_params" in borgmatic's storage
|
|
|
|
section.
|
|
|
|
|
2018-10-15 16:47:15 +01:00
|
|
|
1.2.9
|
|
|
|
* #102: Fix for syntax error that occurred in Python 3.5 and below.
|
2018-10-15 17:04:29 +01:00
|
|
|
* Make automated tests support running in Python 3.5.
|
2018-10-15 16:47:15 +01:00
|
|
|
|
2018-10-14 19:45:34 +01:00
|
|
|
1.2.8
|
2018-10-14 04:34:51 +01: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 06:29:56 +01:00
|
|
|
* Include link to issue tracker within various command output.
|
2018-10-13 21:09:12 +01:00
|
|
|
* Run continuous integration tests on a matrix of Python and Borg versions.
|
2018-10-08 06:29:56 +01:00
|
|
|
|
2018-10-05 05:54:23 +01:00
|
|
|
1.2.7
|
|
|
|
* #98: Support for Borg --keep-secondly prune option.
|
2018-09-30 07:15:18 +01:00
|
|
|
* Use Black code formatter and Flake8 code checker as part of running automated tests.
|
2018-10-01 01:30:04 +01:00
|
|
|
* Add an end-to-end automated test that actually integrates with Borg.
|
2018-10-01 06:58:23 +01:00
|
|
|
* Set up continuous integration for borgmatic automated tests on projects.evoworx.org.
|
2018-09-30 06:45:00 +01:00
|
|
|
|
2018-09-29 23:44:37 +01:00
|
|
|
1.2.6
|
|
|
|
* Fix generated configuration to also include a "keep_daily" value so pruning works out of the
|
|
|
|
box.
|
|
|
|
|
2018-09-29 23:03:11 +01: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 16:12:54 +01:00
|
|
|
1.2.4
|
|
|
|
* Fix for archive checking traceback due to parameter mismatch.
|
|
|
|
|
2018-09-27 05:32:28 +01:00
|
|
|
1.2.3
|
2018-09-18 06:33:34 +01:00
|
|
|
* #64, #90, #92: Rewrite of logging system. Now verbosity flags passed to Borg are derived from
|
2018-09-09 19:18:26 +01:00
|
|
|
borgmatic's log level. Note that the output of borgmatic might slightly change.
|
2018-09-09 18:42:06 +01:00
|
|
|
* Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's
|
|
|
|
location configuration.
|
2018-08-19 19:41:49 +01:00
|
|
|
* #87: Support for Borg create --checkpoint-interval via "checkpoint_interval" option in
|
|
|
|
borgmatic's storage configuration.
|
2018-08-18 22:07:18 +01: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 20:44:40 +01:00
|
|
|
* #89: Pass --show-rc option to Borg when at highest verbosity level.
|
2018-09-25 05:37:45 +01:00
|
|
|
* #94: Support for Borg --json option via borgmatic command-line to --create archives.
|
2018-08-18 22:07:18 +01:00
|
|
|
|
2018-08-11 21:59:27 +01: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 06:27:39 +01:00
|
|
|
1.2.1
|
2018-07-01 22:51:57 +01:00
|
|
|
* Skip before/after backup hooks when only doing --prune, --check, --list, and/or --info.
|
2018-07-25 02:34:05 +01:00
|
|
|
* #71: Support for XDG_CONFIG_HOME environment variable for specifying alternate user ~/.config/
|
|
|
|
path.
|
2018-07-29 04:24:19 +01: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 19:25:06 +01:00
|
|
|
* #38, #76: Upgrade ruamel.yaml compatibility version range and fix support for Python 3.7.
|
2018-07-22 20:08:49 +01: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 06:22:25 +01:00
|
|
|
* #81: Document user-defined hooks run before/after backup, or on error.
|
2018-07-28 23:02:17 +01:00
|
|
|
* Add code style guidelines to the documention.
|
2018-06-17 23:26:53 +01:00
|
|
|
|
2018-06-17 23:12:43 +01:00
|
|
|
1.2.0
|
2018-05-27 00:19:05 +01: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 06:21:48 +00:00
|
|
|
* Support for Borg --prefix option for consistency checks via "prefix" option in borgmatic's
|
|
|
|
consistency configuration.
|
2018-02-20 01:44:20 +00:00
|
|
|
* Add introductory screencast link to documentation.
|
2018-05-21 06:11:40 +01:00
|
|
|
* #59: Ignore "check_last" and consistency "prefix" when "archives" not in consistency checks.
|
2018-05-21 06:20:21 +01:00
|
|
|
* #60: Add "Persistent" flag to systemd timer example.
|
2018-05-26 23:09:23 +01:00
|
|
|
* #63: Support for Borg --nobsdflags option to skip recording bsdflags (e.g. NODUMP, IMMUTABLE) in
|
|
|
|
archive.
|
2018-06-17 23:12:43 +01:00
|
|
|
* #69: Support for Borg prune --umask option using value of existing "umask" option in borgmatic's
|
|
|
|
storage configuration.
|
2018-05-27 00:19:05 +01:00
|
|
|
* Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.
|
2018-06-17 22:30:47 +01:00
|
|
|
* Add ~/.config/borgmatic/config.yaml to default configuration path probing.
|
2018-06-17 22:55:57 +01:00
|
|
|
* Document how to develop on and contribute to borgmatic.
|
2018-02-20 01:44:20 +00:00
|
|
|
|
2018-02-19 23:51:04 +00:00
|
|
|
1.1.15
|
2018-01-17 05:05:53 +00:00
|
|
|
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
2018-02-18 22:26:51 +00:00
|
|
|
* Fix for Borg create error when using borgmatic's --dry-run and --verbosity options together.
|
2018-02-19 23:51:04 +00: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-18 23:34:19 +00:00
|
|
|
* #58: Support for using tilde in exclude_patterns to reference home directory.
|
2018-01-17 05:05:53 +00:00
|
|
|
|
2018-01-16 04:55:49 +00:00
|
|
|
1.1.14
|
2018-01-16 04:55:27 +00:00
|
|
|
* #49: Fix for typo in --patterns-from option.
|
|
|
|
* #47: Support for Borg --dry-run option via borgmatic command-line.
|
2018-01-16 04:22:53 +00:00
|
|
|
|
2018-01-15 00:37:02 +00:00
|
|
|
1.1.13
|
2018-01-14 22:09:20 +00: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 00:35:24 +00:00
|
|
|
* #48: Add "local_path" to configuration for specifying an alternative Borg executable path.
|
2018-01-14 23:52:19 +00:00
|
|
|
* #49: Support for Borg experimental --patterns-from and --patterns options for specifying mixed
|
|
|
|
includes/excludes.
|
2018-01-05 05:37:43 +00:00
|
|
|
* Moved issue tracker from Taiga to integrated Gitea tracker at
|
|
|
|
https://projects.torsion.org/witten/borgmatic/issues
|
|
|
|
|
2018-01-03 04:36:52 +00:00
|
|
|
1.1.12
|
2018-01-05 05:49:43 +00:00
|
|
|
* #46: Declare dependency on pykwalify 1.6 or above, as older versions yield "Unknown key: version"
|
2017-11-26 18:30:31 +00:00
|
|
|
rule errors.
|
2018-01-03 04:36:52 +00:00
|
|
|
* Support for Borg --keep-minutely prune option.
|
2017-11-26 18:30:31 +00:00
|
|
|
|
2017-11-11 05:33:29 +00:00
|
|
|
1.1.11
|
2018-01-05 05:49:43 +00:00
|
|
|
* #26: Add "ssh_command" to configuration for specifying a custom SSH command or options.
|
2017-11-11 05:33:29 +00: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 03:27:21 +00:00
|
|
|
|
2017-11-03 05:38:16 +00:00
|
|
|
1.1.10
|
2017-11-03 04:34:04 +00: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 05:49:43 +00: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-14 23:52:19 +00:00
|
|
|
* #45: Support for Borg --remote-ratelimit option for limiting upload rate.
|
2017-11-03 05:22:40 +00:00
|
|
|
* Log invoked Borg commands when at highest verbosity level.
|
2017-11-01 04:58:35 +00:00
|
|
|
|
2017-10-30 03:29:53 +00:00
|
|
|
1.1.9
|
2018-01-05 05:49:43 +00: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 02:36:26 +00:00
|
|
|
* Require "prefix" in retention section when "archive_name_format" is set. This is to avoid
|
2017-10-30 03:14:18 +00:00
|
|
|
accidental pruning of archives with a different archive name format. For similar reasons, default
|
|
|
|
"prefix" to "{hostname}-" if not specified.
|
2017-10-30 02:36:26 +00:00
|
|
|
* Convert main source repository from Mercurial to Git.
|
|
|
|
* Update dead links to Borg documentation.
|
2017-09-10 01:23:31 +01:00
|
|
|
|
2017-09-09 05:25:42 +01:00
|
|
|
1.1.8
|
2018-01-05 05:49:43 +00:00
|
|
|
* #40: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
|
2017-09-09 05:25:42 +01:00
|
|
|
config paths.
|
|
|
|
|
2017-09-03 19:33:07 +01:00
|
|
|
1.1.7
|
2017-08-27 00:07:30 +01:00
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #29: Add "archive_name_format" to configuration for customizing archive names.
|
2017-08-27 18:01:49 +01:00
|
|
|
* Fix for traceback when "exclude_from" value is empty in configuration file.
|
2017-08-27 00:07:30 +01:00
|
|
|
* When pruning, make highest verbosity level list archives kept and pruned.
|
2017-08-27 00:18:53 +01:00
|
|
|
* Clarification of Python 3 pip usage in documentation.
|
2017-08-27 00:07:30 +01:00
|
|
|
|
2017-08-06 07:32:39 +01:00
|
|
|
1.1.6
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #13, #36: Support for Borg --exclude-from, --exclude-caches, and --exclude-if-present options.
|
2017-08-06 07:32:39 +01:00
|
|
|
|
2017-07-30 19:16:26 +01:00
|
|
|
1.1.5
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #35: New "extract" consistency check that performs a dry-run extraction of the most recent
|
2017-07-30 19:16:26 +01:00
|
|
|
archive.
|
|
|
|
|
2017-07-29 06:02:18 +01:00
|
|
|
1.1.4
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #18: Added command-line flags for performing a borgmatic run with only pruning, creating, or
|
2017-07-29 06:02:18 +01: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 05:21:47 +01:00
|
|
|
1.1.3
|
2017-07-26 05:18:51 +01:00
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #15: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
|
2017-07-26 05:18:51 +01:00
|
|
|
* Fix for generate-borgmatic-config writing config with invalid one_file_system value.
|
|
|
|
|
2017-07-25 03:29:26 +01:00
|
|
|
1.1.2
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #33: Fix for passing check_last as integer to subprocess when calling Borg.
|
2017-07-25 03:29:26 +01:00
|
|
|
|
2017-07-24 16:41:02 +01:00
|
|
|
1.1.1
|
2017-07-24 01:34:17 +01:00
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* Part of #33: Fix for upgrade-borgmatic-config converting check_last option as a string instead of
|
2017-07-25 03:29:26 +01:00
|
|
|
an integer.
|
2017-07-24 16:41:02 +01:00
|
|
|
* Fix for upgrade-borgmatic-config erroring when consistency checks option is not present.
|
2017-07-24 01:34:17 +01:00
|
|
|
|
2017-07-23 07:27:21 +01:00
|
|
|
1.1.0
|
2016-07-04 06:07:53 +01:00
|
|
|
|
2017-07-09 19:48:24 +01:00
|
|
|
* Switched config file format to YAML. Run upgrade-borgmatic-config to upgrade.
|
2017-07-11 00:07:07 +01:00
|
|
|
* Added generate-borgmatic-config command for initial config creation.
|
2017-07-09 06:33:51 +01:00
|
|
|
* Dropped Python 2 support. Now Python 3 only.
|
2018-01-05 05:49:43 +00: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 06:56:46 +01:00
|
|
|
* Support for backing up to multiple repositories.
|
2017-07-23 05:50:29 +01:00
|
|
|
* To free up space, now pruning backups prior to creating a new backup.
|
2017-07-23 05:23:01 +01:00
|
|
|
* Enabled test coverage output during tox runs.
|
2016-07-04 06:07:53 +01:00
|
|
|
* Added logo.
|
|
|
|
|
2016-06-23 15:13:25 +01:00
|
|
|
1.0.3
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #22: Fix for verbosity flag not actually causing verbose output.
|
2016-06-23 15:13:25 +01:00
|
|
|
|
2016-06-13 16:53:41 +01:00
|
|
|
1.0.2
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #21: Fix for traceback when remote_path option is missing.
|
2016-06-13 16:53:41 +01:00
|
|
|
|
2016-06-10 21:31:37 +01:00
|
|
|
1.0.1
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #20: Support for Borg's --remote-path option to use an alternate Borg
|
2016-06-10 21:31:37 +01:00
|
|
|
executable. See sample/config.
|
|
|
|
|
2016-06-10 19:21:53 +01:00
|
|
|
1.0.0
|
|
|
|
|
2016-06-10 19:53:45 +01: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 19:21:53 +01:00
|
|
|
|
2016-04-11 00:01:05 +01:00
|
|
|
0.1.8
|
2016-01-31 10:42:07 +00:00
|
|
|
|
2016-04-10 23:27:21 +01: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 00:01:05 +01:00
|
|
|
* At verbosity zero, suppressing Borg check stderr spew about "Checking segments".
|
2016-04-10 23:27:21 +01:00
|
|
|
* Support for Borg --one-file-system.
|
|
|
|
* Support for Borg create --umask.
|
2016-04-10 23:29:42 +01:00
|
|
|
* Support for file globs in source_directories.
|
2016-01-31 10:42:07 +00:00
|
|
|
|
2015-09-07 00:40:39 +01:00
|
|
|
0.1.7
|
2015-09-06 23:33:56 +01:00
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #12: Fixed parsing of punctuation in configuration file.
|
2015-09-06 23:55:14 +01:00
|
|
|
* Better error message when configuration file is missing.
|
2015-09-06 23:33:56 +01:00
|
|
|
|
2015-09-03 06:48:07 +01:00
|
|
|
0.1.6
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #10: New configuration option for the encryption passphrase.
|
|
|
|
* #11: Support for Borg's new archive compression feature.
|
2015-09-03 06:48:07 +01:00
|
|
|
|
2015-08-09 18:59:27 +01:00
|
|
|
0.1.5
|
|
|
|
|
|
|
|
* Changes to support release on PyPI. Now pip installable by name!
|
|
|
|
|
2015-07-30 16:12:31 +01:00
|
|
|
0.1.4
|
|
|
|
|
|
|
|
* Adding test that setup.py version matches release version.
|
|
|
|
|
2015-07-28 05:47:52 +01:00
|
|
|
0.1.3
|
|
|
|
|
2018-01-05 05:49:43 +00:00
|
|
|
* #2: Add support for "borg check --last N" to Borg backend.
|
2015-07-28 05:47:52 +01:00
|
|
|
|
2015-07-27 05:06:03 +01:00
|
|
|
0.1.2
|
2015-07-22 05:29:40 +01:00
|
|
|
|
2015-07-27 05:06:03 +01:00
|
|
|
* As a convenience to new users, allow a missing default excludes file.
|
2015-07-22 05:29:40 +01:00
|
|
|
* New issue tracker, linked from documentation.
|
|
|
|
|
2015-07-19 02:44:11 +01:00
|
|
|
0.1.1
|
|
|
|
|
|
|
|
* Adding borgmatic cron example, and updating documentation to refer to it.
|
|
|
|
|
2015-07-19 02:35:29 +01:00
|
|
|
0.1.0
|
|
|
|
|
|
|
|
* New "borgmatic" command to support Borg backup software, a fork of Attic.
|
|
|
|
|
2015-07-18 05:58:50 +01:00
|
|
|
0.0.7
|
2015-06-14 19:00:46 +01:00
|
|
|
|
2015-07-18 05:58:50 +01:00
|
|
|
* Flag for multiple levels of verbosity: some, and lots.
|
2015-06-14 19:00:46 +01:00
|
|
|
* Improved mocking of Python builtins in unit tests.
|
|
|
|
|
2015-05-11 06:00:31 +01:00
|
|
|
0.0.6
|
|
|
|
|
|
|
|
* New configuration section for customizing which Attic consistency checks run, if any.
|
|
|
|
|
2015-03-15 17:44:18 +00: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 17:15:03 +00:00
|
|
|
0.0.4
|
2015-02-28 19:03:22 +00:00
|
|
|
|
2015-03-15 17:14:30 +00:00
|
|
|
* Now using tox to run tests against multiple versions of Python in one go.
|
2015-03-15 16:52:40 +00:00
|
|
|
* Helpful error message about how to create a repository if one is missing.
|
2015-03-15 17:14:30 +00:00
|
|
|
* Troubleshooting section with steps to deal with broken pipes.
|
|
|
|
* Nosetests config file (setup.cfg) with defaults.
|
2015-02-28 19:03:22 +00:00
|
|
|
|
2015-02-14 17:23:40 +00:00
|
|
|
0.0.3
|
2014-12-20 19:37:25 +00:00
|
|
|
|
2015-02-14 17:23:40 +00:00
|
|
|
* After pruning, run attic's consistency checks on all archives.
|
2014-12-20 19:37:25 +00:00
|
|
|
* Integration tests for argument parsing.
|
|
|
|
* Documentation updates about repository encryption.
|
|
|
|
|
2014-12-07 02:35:20 +00:00
|
|
|
0.0.2
|
|
|
|
|
|
|
|
* Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
|
|
|
|
and prefix.
|
|
|
|
|
|
|
|
0.0.1
|
|
|
|
|
|
|
|
* Initial release.
|