Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.75 KB

File metadata and controls

35 lines (23 loc) · 1.75 KB

synchron

⚠️ warning: This project is in an early development phase and is not ready for use.

synchron is a tool for synchronizing multiple local folders, supporting multi-directional real-time transfers. Inspired by syncthing

Installation

Install Binaries

Distribution Instructions
GitHub Release Download the appropriate package from Releases and unpack
.exe (Windows) Download synchron-windows-x86_64.exe
.dmg (macOS) Download synchron-macos.dmg and mount to install
.deb (Debian/Ubuntu) Run sudo dpkg -i synchron_*.deb
.rpm (Fedora/CentOS) Run sudo rpm -i synchron-*.rpm
.pkg.tar.xz (Arch) Run sudo pacman -U synchron-*.pkg.tar.xz
.tar.gz (Linux) Extract with tar -xzf synchron-*.tar.gz and move synchron to /usr/local/bin/

Cargo

Use cargo install synchron

Configuration

Flags

  • --debounce-ms <ms>: debounce duration in milliseconds (1–60000), default is 500
  • --log-file <path>: log file path, default is $HOME/.local/share/syncing/syncing.log

LICENSE

MIT