2017-07-09 06:33:51 +01:00
|
|
|
1.1.0.dev0
|
2016-07-04 06:07:53 +01:00
|
|
|
|
2017-07-09 06:33:51 +01:00
|
|
|
* Switched config file format to YAML. Run convert-borgmatic-config to upgrade.
|
|
|
|
* Dropped Python 2 support. Now Python 3 only.
|
2016-07-04 06:07:53 +01:00
|
|
|
* #18: Fix for README mention of sample files not included in package.
|
2016-07-04 17:19:34 +01:00
|
|
|
* #22: Sample files for triggering borgmatic from a systemd timer.
|
2016-07-04 06:07:53 +01:00
|
|
|
* Added logo.
|
|
|
|
|
2016-06-23 15:13:25 +01:00
|
|
|
1.0.3
|
|
|
|
|
|
|
|
* #21: Fix for verbosity flag not actually causing verbose output.
|
|
|
|
|
2016-06-13 16:53:41 +01:00
|
|
|
1.0.2
|
|
|
|
|
|
|
|
* #20: Fix for traceback when remote_path option is missing.
|
|
|
|
|
2016-06-10 21:31:37 +01:00
|
|
|
1.0.1
|
|
|
|
|
|
|
|
* #19: Support for Borg's --remote-path option to use an alternate Borg
|
|
|
|
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
|
|
|
|
|
|
|
* #11: 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
|
|
|
|
|
|
|
|
* #9: New configuration option for the encryption passphrase.
|
|
|
|
* #10: Support for Borg's new archive compression feature.
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* #1: Add support for "borg check --last N" to Borg backend.
|
|
|
|
|
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.
|