Assimilate — Front-End to Borg Backup

downloads build status coverage rtd status pypi version python version

Author:

Ken Kundert

Version:

0.0a0

Released:

2024-12-08

Assimilate is a simple command line utility to orchestrate backups. It is built as a front-end to Borg, a powerful and fast de-duplicating backup program. With Assimilate, you specify all the details about your backups once in advance, and then use a very simple command line interface for your day-to-day activities.

Use of Assimilate does not preclude the use of Borg directly on the same repository. The philosophy of Assimilate is to provide commands that you would use often and in an interactive manner with the expectation that you would use Borg directly for the remaining commands.

Assimilate is intended for use with Borg 2.0 or newer, which is currently not available in a stable release and is not recommended for general use. If you are using a earlier version of Borg you should consider using Emborg. Emborg is the immediate predecessor of Assimilate, but Assimilate is not backward compatible with Emborg.

Getting Help

You can find the documentation here: Assimilate.

The help command provides information on how to use Assimlates’s various features. To get a listing of the topics available, use:

assimilate help

Then, for information on a specific topic use:

assimilate help <topic>

It is worth browsing all of the available topics at least once to get a sense of all that Assimilate can do.