BSD-Yassin/usync: A universal file copying and synchronization tool written in Rust
github.comΒ·2dΒ·
Discuss: Hacker News
πŸš€Shuttle
Preview
Report Post

usync

A universal file copying and synchronization tool written in Rust. usync provides a simple, unified interface for copying files and directories locally and remotely, supporting multiple protocols including SSH, SFTP, HTTP, and HTTPS.

u stood for universal, not ony in the platform or os that I would use but rather on the file transfert mecanism. I wanted to incorporate cloud services, general remote methods and in the future, less common ones. The methodology is to rely on the original tool instead of recreating the wheel or using less central tooling (prefer a client rather than an sdk, prefer a client rather than a module for the protocol ), but it could change based on how compatible this makes the tool, or maintenable. sync does echo to the good old rsync, but I also…

Similar Posts

Loading similar posts...