Skip to content

Gejsi/oni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oni

Prototype of a rsync-like tool.

Remote file syncing (delta-transferred), in archiving and recursive mode by default:

# start the listening server on the remote side
cargo run -- --server=<ip-addr>

# transfer the data from the client
cargo run -- local-folder <ip-addr>:~/folder

The copying also works for local-to-local syncing.

# verbose logs included
cargo run -- --verbose local-folder another-local-folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages