dorst-0.5.2 is not a library.
dørst
Intro
Backup codebases with Dørst.
Compilation
cargo install dorst
Usage
To begin, run dorst to create a configuration file in $HOME/.config/dorst and set backup targets (the current directory is the default destination). Dørts can call ssh-agent and use gitconfig's credential helper for authentication if needed.
dorst ~/backups/src
Example:
---
targets:
- https://github.com/charlesrocket/dotfiles
- https://github.com/charlesrocket/freebsd-station
- git@gitlab.com:charlesrocket/openbsd-station.git
The -c/--config flag allows the usage of an alterantive configuration file.