Skip to main content

Keep two folders on different devices in sync

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sunkhronos-0.0.1-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page