Crates.io | synchron |
lib.rs | synchron |
version | 0.1.0 |
created_at | 2025-07-16 20:23:30.750952+00 |
updated_at | 2025-07-16 20:23:30.750952+00 |
description | A real-time folder synchronization tool, inspired by Syncthing. |
homepage | https://github.com/SOV710/synchron |
repository | https://github.com/SOV710/synchron |
max_upload_size | |
id | 1756561 |
size | 50,655 |
synchron is a tool for synchronizing multiple local folders, supporting multi-directional real-time transfers. Inspired by syncthing
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/ |
Use cargo install synchron
--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
MIT