Documenting how to upgrade from atticmatic to borgmatic.

This commit is contained in:
Dan Helfman 2016-06-10 11:53:45 -07:00
parent 40a215802f
commit e5c772d8a5
2 changed files with 25 additions and 3 deletions

8
NEWS
View File

@ -1,8 +1,10 @@
1.0.0
* Attic is no longer supported, as there hasn't been any recent development on it.
This will allow faster iteration on Borg-specific configuration.
* Project renamed from atticmatic to borgmatic.
* 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.
0.1.8

View File

@ -66,6 +66,26 @@ Then, copy the following configuration files:
Lastly, modify the /etc files with your desired configuration.
## Upgrading from atticmatic
You can ignore this section if you're not an atticmatic user (the former name
of borgmatic).
borgmatic only supports Borg now and no longer supports Attic. So if you're
an Attic user, consider switching to Borg. See the [Borg upgrade
command](https://borgbackup.readthedocs.io/en/stable/usage.html#borg-upgrade)
for more information. Then, follow the instructions above about setting up
your borgmatic configuration files.
If you were already using Borg with atticmatic, then you can easily upgrade
from atticmatic to borgmatic. Simply run the following commands:
sudo pip uninstall atticmatic
sudo pip install borgmatic
That's it! borgmatic will continue using your /etc/borgmatic configuration
files.
## Usage
You can run borgmatic and start a backup simply by invoking it without