rsync
implemented in rust.
$ cargo install rusync
$ rusync test/src test/dest
:: Syncing from test/src to test/dest …
-> foo/baz.txt
-> foo/bar.txt
✓ Synced 2 files (1 up to date)
There are tons of stuff in rsync
we don't implement. Here's what's missing and I think rusync
should have:
For the rest, well, patches are welcome!