Project

synkronos

0.0
No commit activity in last 3 years
No release in over 3 years
Synkronos is a life-time folder synchronization tool. It's based on rsync and works only under MacOSX and Linux yet.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.6, ~> 1.6
>= 10.0, ~> 10.0
>= 3.0.0, ~> 3.0.0
 Project Readme

Synkronos

Version      Build Status

Synkronos is a life-time folder synchronization tool. 
It's based on rsync and works only under MacOSX and Linux platforms yet.

Installation


Your machine must have a working copy of rsync.

In order to sync through ssh you will need to setup RSA keys.


Add this line to your application's Gemfile:

gem 'synkronos', git: 'https://github.com/akhramov/synkronos.git'

And then execute:

$ bundle

Or install it manually

$ gem install synkronos

Usage

  • Syncing local directories:

      $ synkronos --src /path/to/src --dest /path/to/dest
    

  • Syncing remote directory using ssh:

      $ synkronos --ssh --src /path/to/src --dest user@host:/path/to/dest
    
  • Tracking changes in remote directory using ssh:

      $ synkronos --ssh --src user@host:/path/to/src --dest /path/to/dest