sunkhronos

Keep two folders on different devices in sync


Keywords
folder, directory, sync
License
AGPL-3.0
Install
pip install sunkhronos==0.0.1

Documentation

sunkhronos

Keep two folders on different devices in sync.

Usage

Sunkhronos can be run with the sunkhronos command. This command comes with two sub-commands called sunkhronos serve and sunkhronos connect.

sunkhronos serve is used to start a server that another device can connect to, to sync files:

sunkhronos serve --port 8123 --directory . --backup-directory ./.sunkhronos-backup

sunkhronos connect is used to connect to a server, to sync files:

sunkhronos code --host 172.31.85.100 --port 8123 --directory . --backup-directory ./.sunkhronos-backup

Please see the help information for these commands by typing:

sunkhronos [command] --help

Installation

Installing from PyPI using pip:

$ pip install sunkhronos

Installing from PyPI using easy_install:

$ easy_install sunkhronos

Installing from source:

$ python setup.py install

Dependencies

  1. Python 3
  2. twisted
  3. watchdog