✨ If you would like to help spread the word of Cover, please consider starring the repo!
Cover is a Rust application where the source and destination are synced and any change in the source will be happening in the destination at the same time.
- Sync files and folders of source with destination
Here is the docs that you can read it yourself.
cargo install covercover sync
cover archive
cover restore
cover schedule
cover list
cover cleancover sync --source src_directory --destination dest_directory --changed-only
cover sync --source src_directory --destination dest_directory --delete
cover sync --source src_directory --destination dest_directory --dry-run
cover sync --source src_directory --destination dest_directory --verboseNote: Other commands are in the process.
Fork, clone and build from the source:
git clone https://github.com/ibilalkayy/cover.git
cd cover
cargo build --releaseThe binary will be available at:
target/release/cover
Optionally, move it to your $PATH:
cp target/release/cover /usr/local/bin/coverThis project is licensed under the Apache-2.0 License.
Contributions, issues, and feature requests are welcome! Feel free to open a PR or file an issue on GitHub.
