sync-rs-1.2.14 is not a library.
Visit the last successful build:
sync-rs-1.4.0
sync-rs
A simple repository synchronization tool written in Rust. Largely a wrapper around git and rsync. It will respect .gitignore files and sync the repository to a target remote directory, and remember the last sync state.
Usage
To activate interactive mode to sync the current directory to the remote directory, run:
To sync the current directory to the remote directory, run:
Some optional flags are available:
Installation
General
You can install sync-rs using cargo from crates.io:
Note that sync-rs requires a Unix-like operating system, so it will not work on Windows.
Arch Linux
You can install sync-rs from the AUR using your preferred AUR helper (e.g. yay):