| Crates.io | plsync |
| lib.rs | plsync |
| version | 0.2.2 |
| created_at | 2025-03-14 06:10:27.441968+00 |
| updated_at | 2025-03-14 06:36:43.870245+00 |
| description | Parallel local only `rsync` implementation in Rust |
| homepage | https://github.com/guillermomolina/plsync/wiki |
| repository | https://github.com/guillermomolina/plsync |
| max_upload_size | |
| id | 1591873 |
| size | 75,862 |
Parallel local only rsync implementation in Rust.
$ cargo install plsync
$ plsync --progress test/src test/dest
[00:00:02] Enumerating 16.56 kentries at 6.97 kentries/sec [Copy phase]
We do everything we can to make sure data loss is impossible, but despite our best efforts, it may still happen.
Please make sure your files files are backed up if necessary before using plsync on sensitive data.
Thank you for your understanding!
Easy to remember command line syntax.
Print progress on one line, and erase it when done, thus avoiding flooding your terminal with useless noise.
Unsurprising behavior: missing directories are created on the fly, files are only copied if:
--no-perms do not preserve permissions (no-op on Windows)--dry-run perform a trial run with no changes made--progress show progress during transfer--stats give some file-transfer stats--delete delete extraneous files from dest dirs (not yet implemented)--delete-before receiver deletes before xfer, not during--delete-after receiver deletes after transfer, not during--parallelism maximum number of sync jobs (0 for number of online processors) [default: 0]--log-level set the log level [default: error] [possible values: error, warn, info, debug, trace]--exclude exclude files matching EXCLUDE--help print help--version print version