sebastian-j-ibanez / fsync

fsync is a CLI tool to sync folders P2P.
MIT License
0 stars 0 forks source link
cli-app go p2p

fsync 🔄

GitHub go.mod Go version GitHub Issues or Pull Requests GitHub Issues or Pull Requests Go Report Card

fsync is a CLI tool designed to sync files between devices. The protocol is entirely P2P, eliminating the need for a server or cloud instance.

Example

Sync the ~/Pictures directory between two computers on a private network (Computer B has the pictures):

Computer A

cd ~/Pictures
fsync listen --scan

Computer B

cd ~/Pictures
fsync sync --scan

Use Cases

Disclaimer

fsync is in early alpha. There is no gurantee on software quality or stability.

Read the LICENSE for copyright and warranty details.