12 releases (7 breaking)
0.9.1 | Aug 30, 2024 |
---|---|
0.9.0 | Jul 22, 2024 |
0.8.0 |
|
0.7.0 | May 5, 2023 |
0.5.0 | Mar 22, 2023 |
#604 in Filesystem
105KB
1.5K
SLoC
borgbackup
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–11MB
~111K SLoC