2017-11-01 05:58:35 +01:00
|
|
|
1.1.10.dev0
|
|
|
|
* Passing the Unix SIGTERM signal 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).
|
|
|
|
|
2017-10-30 04:29:53 +01:00
|
|
|
1.1.9
|
2017-10-26 06:47:33 +02:00
|
|
|
* #16, #38: Support for user-defined hooks before/after backup, or on error.
|
|
|
|
* #33: Improve clarity of logging spew at high verbosity levels.
|
2017-09-10 02:23:31 +02:00
|
|
|
* #29: 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
|
|
|
|
* #39: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
|
|
|
|
config paths.
|
|
|
|
|
2017-09-03 20:33:07 +02:00
|
|
|
1.1.7
|
2017-08-27 01:07:30 +02:00
|
|
|
|
2017-09-03 20:33:07 +02:00
|
|
|
* #28: 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
|
|
|
|
|
|
|
|
* #12, #35: Support for Borg --exclude-from, --exclude-caches, and --exclude-if-present options.
|
|
|
|
|
2017-07-30 20:16:26 +02:00
|
|
|
1.1.5
|
|
|
|
|
|
|
|
* #34: New "extract" consistency check that performs a dry-run extraction of the most recent
|
|
|
|
archive.
|
|
|
|
|
2017-07-29 07:02:18 +02:00
|
|
|
1.1.4
|
|
|
|
|
|
|
|
* #17: Added command-line flags for performing a borgmatic run with only pruning, creating, or
|
|
|
|
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
|
|
|
|
|
|
|
* #14: Support for running multiple config files in /etc/borgmatic.d/ from a single borgmatic run.
|
|
|
|
* Fix for generate-borgmatic-config writing config with invalid one_file_system value.
|
|
|
|
|
2017-07-25 04:29:26 +02:00
|
|
|
1.1.2
|
|
|
|
|
|
|
|
* #32: Fix for passing check_last as integer to subprocess when calling Borg.
|
|
|
|
|
2017-07-24 17:41:02 +02:00
|
|
|
1.1.1
|
2017-07-24 02:34:17 +02:00
|
|
|
|
2017-07-25 04:29:26 +02:00
|
|
|
* Part of #32: Fix for upgrade-borgmatic-config converting check_last option as a string instead of
|
|
|
|
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.
|
2016-07-04 07:07:53 +02:00
|
|
|
* #18: Fix for README mention of sample files not included in package.
|
2016-07-04 18:19:34 +02:00
|
|
|
* #22: 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
|
|
|
|
|
|
|
|
* #21: Fix for verbosity flag not actually causing verbose output.
|
|
|
|
|
2016-06-13 17:53:41 +02:00
|
|
|
1.0.2
|
|
|
|
|
|
|
|
* #20: Fix for traceback when remote_path option is missing.
|
|
|
|
|
2016-06-10 22:31:37 +02:00
|
|
|
1.0.1
|
|
|
|
|
|
|
|
* #19: Support for Borg's --remote-path option to use an alternate Borg
|
|
|
|
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
|
|
|
|
|
|
|
* #11: 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
|
|
|
|
|
|
|
|
* #9: New configuration option for the encryption passphrase.
|
|
|
|
* #10: Support for Borg's new archive compression feature.
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* #1: Add support for "borg check --last N" to Borg backend.
|
|
|
|
|
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.
|