Syncr is a tool for performing synchronization between several repositories of files, either locally or on remote machines.
Find a file
2026-08-26 22:51:32 +02:00
DESIGN.md init 2026-08-26 22:51:32 +02:00
README.md init 2026-08-26 22:51:32 +02:00

Syncr

Syncr is a tool for performing synchronization between several repositories of files, either locally or on remote machines.

Usage

# creates a repository
syncr init .

# adds a remote to the repository
syncr remote add 'ssh://user@remote:/path/to/repo'

# synchronize the repository with all remotes
syncr sync

# refreshes the file index
syncr refresh

Development

in progress.

Design

See the dedicated document.