Syncr is a tool for performing synchronization between several repositories of files, either locally or on remote machines.
| DESIGN.md | ||
| README.md | ||
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.