backup

Crates.iobackup
lib.rsbackup
version
sourcesrc
created_at2019-11-22 09:01:01.200021
updated_at2024-12-11 14:21:04.851694
descriptioncreate encrypted backups
homepagehttps://github.com/nbari/backup
repositoryhttps://github.com/nbari/backup
max_upload_size
id183454
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(nbari)

documentation

https://github.com/nbari/backup

README

backup

Command line tool for creating encrypted backups avoiding duplicates.

crates.io Build Status

Usage

Create a new backup of /home/user1 and /home/user2

backup new mybackup -d /home/user1 -d /home/user2
Commit count: 5

cargo fmt