10 releases (6 breaking)

0.8.0 Jan 24, 2024
0.7.0 May 5, 2023
0.6.3 Apr 22, 2023
0.5.0 Mar 22, 2023
0.1.0 Mar 19, 2023

#952 in Filesystem

MPL-2.0 license

110KB
2K SLoC

borgbackup

LICENSE dependency status ci status

This is a wrapper utility for borgbackup.

It provides a library interface to call and parse the output of borg.


lib.rs:

borgbackup

BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption.

The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.


This library provides a wrapper to call borg programmatically. The output of borg is parsed according to the definitions in: https://borgbackup.readthedocs.io/en/stable/internals/frontends.html

Features

  • tokio: provides the [asynchronous] module

Dependencies

~2–14MB
~128K SLoC