2017-07-08 22:33:51 -07:00
|
|
|
1.1.0.dev0
|
2016-07-03 22:07:53 -07:00
|
|
|
|
2017-07-08 22:33:51 -07:00
|
|
|
* Switched config file format to YAML. Run convert-borgmatic-config to upgrade.
|
|
|
|
* Dropped Python 2 support. Now Python 3 only.
|
2016-07-03 22:07:53 -07:00
|
|
|
* #18: Fix for README mention of sample files not included in package.
|
2016-07-04 09:19:34 -07:00
|
|
|
* #22: Sample files for triggering borgmatic from a systemd timer.
|
2016-07-03 22:07:53 -07:00
|
|
|
* Added logo.
|
|
|
|
|
2016-06-23 07:13:25 -07:00
|
|
|
1.0.3
|
|
|
|
|
|
|
|
* #21: Fix for verbosity flag not actually causing verbose output.
|
|
|
|
|
2016-06-13 08:53:41 -07:00
|
|
|
1.0.2
|
|
|
|
|
|
|
|
* #20: Fix for traceback when remote_path option is missing.
|
|
|
|
|
2016-06-10 13:31:37 -07:00
|
|
|
1.0.1
|
|
|
|
|
|
|
|
* #19: Support for Borg's --remote-path option to use an alternate Borg
|
|
|
|
executable. See sample/config.
|
|
|
|
|
2016-06-10 11:21:53 -07:00
|
|
|
1.0.0
|
|
|
|
|
2016-06-10 11:53:45 -07: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 11:21:53 -07:00
|
|
|
|
2016-04-10 16:01:05 -07:00
|
|
|
0.1.8
|
2016-01-31 11:42:07 +01:00
|
|
|
|
2016-04-10 15:27:21 -07:00
|
|
|
* Fix for handling of spaces in source_directories which resulted in backup up everything.
|
|
|
|
* Fix for broken links to Borg documentation.
|
2016-04-10 16:01:05 -07:00
|
|
|
* At verbosity zero, suppressing Borg check stderr spew about "Checking segments".
|
2016-04-10 15:27:21 -07:00
|
|
|
* Support for Borg --one-file-system.
|
|
|
|
* Support for Borg create --umask.
|
2016-04-10 15:29:42 -07:00
|
|
|
* Support for file globs in source_directories.
|
2016-01-31 11:42:07 +01:00
|
|
|
|
2015-09-06 16:40:39 -07:00
|
|
|
0.1.7
|
2015-09-06 15:33:56 -07:00
|
|
|
|
|
|
|
* #11: Fixed parsing of punctuation in configuration file.
|
2015-09-06 15:55:14 -07:00
|
|
|
* Better error message when configuration file is missing.
|
2015-09-06 15:33:56 -07:00
|
|
|
|
2015-09-02 22:48:07 -07:00
|
|
|
0.1.6
|
|
|
|
|
|
|
|
* #9: New configuration option for the encryption passphrase.
|
|
|
|
* #10: Support for Borg's new archive compression feature.
|
|
|
|
|
2015-08-09 10:59:27 -07:00
|
|
|
0.1.5
|
|
|
|
|
|
|
|
* Changes to support release on PyPI. Now pip installable by name!
|
|
|
|
|
2015-07-30 08:12:31 -07:00
|
|
|
0.1.4
|
|
|
|
|
|
|
|
* Adding test that setup.py version matches release version.
|
|
|
|
|
2015-07-27 21:47:52 -07:00
|
|
|
0.1.3
|
|
|
|
|
|
|
|
* #1: Add support for "borg check --last N" to Borg backend.
|
|
|
|
|
2015-07-26 21:06:03 -07:00
|
|
|
0.1.2
|
2015-07-21 21:29:40 -07:00
|
|
|
|
2015-07-26 21:06:03 -07:00
|
|
|
* As a convenience to new users, allow a missing default excludes file.
|
2015-07-21 21:29:40 -07:00
|
|
|
* New issue tracker, linked from documentation.
|
|
|
|
|
2015-07-18 18:44:11 -07:00
|
|
|
0.1.1
|
|
|
|
|
|
|
|
* Adding borgmatic cron example, and updating documentation to refer to it.
|
|
|
|
|
2015-07-18 18:35:29 -07:00
|
|
|
0.1.0
|
|
|
|
|
|
|
|
* New "borgmatic" command to support Borg backup software, a fork of Attic.
|
|
|
|
|
2015-07-17 21:58:50 -07:00
|
|
|
0.0.7
|
2015-06-14 11:00:46 -07:00
|
|
|
|
2015-07-17 21:58:50 -07:00
|
|
|
* Flag for multiple levels of verbosity: some, and lots.
|
2015-06-14 11:00:46 -07:00
|
|
|
* Improved mocking of Python builtins in unit tests.
|
|
|
|
|
2015-05-10 22:00:31 -07:00
|
|
|
0.0.6
|
|
|
|
|
|
|
|
* New configuration section for customizing which Attic consistency checks run, if any.
|
|
|
|
|
2015-03-15 10:44:18 -07: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 10:15:03 -07:00
|
|
|
0.0.4
|
2015-02-28 11:03:22 -08:00
|
|
|
|
2015-03-15 10:14:30 -07:00
|
|
|
* Now using tox to run tests against multiple versions of Python in one go.
|
2015-03-15 09:52:40 -07:00
|
|
|
* Helpful error message about how to create a repository if one is missing.
|
2015-03-15 10:14:30 -07:00
|
|
|
* Troubleshooting section with steps to deal with broken pipes.
|
|
|
|
* Nosetests config file (setup.cfg) with defaults.
|
2015-02-28 11:03:22 -08:00
|
|
|
|
2015-02-14 09:23:40 -08:00
|
|
|
0.0.3
|
2014-12-20 11:37:25 -08:00
|
|
|
|
2015-02-14 09:23:40 -08:00
|
|
|
* After pruning, run attic's consistency checks on all archives.
|
2014-12-20 11:37:25 -08:00
|
|
|
* Integration tests for argument parsing.
|
|
|
|
* Documentation updates about repository encryption.
|
|
|
|
|
2014-12-06 18:35:20 -08:00
|
|
|
0.0.2
|
|
|
|
|
|
|
|
* Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
|
|
|
|
and prefix.
|
|
|
|
|
|
|
|
0.0.1
|
|
|
|
|
|
|
|
* Initial release.
|