Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 1.67 KB

README_en.md

File metadata and controls

56 lines (45 loc) · 1.67 KB

Installation | Usage | Japanese(日本語)


Linux macOS Windows | SAST

pSync

pSync is an open source cloud file sharing system. Securely and speedy synchronize your files by authenticate, encrypt and compress with SSH. So for this to work, you must be able to login to the sync-host with SSH.

Installation

This work is required for each sync-host include local-host.

  1. Do the following to build and install.
curl -LOJs https://github.com/kobayasy/pSync/releases/download/2.34/psync-2.34.tar.gz
tar xzf psync-2.34.tar.gz
cd psync-2.34
./configure --prefix=$HOME
make install

  1. Add ~/bin in the PATH if not included.
  2. When using for the 1st time, do the following too. For example, if the sync-directory is ~/pSync.
mkdir ~/pSync && chmod 700 ~/pSync
cat <<. >~/.psync.conf && chmod 600 ~/.psync.conf
#ID   Directory
psync pSync
.

Usage

  1. Do the following to show usage.
psync --help

  1. For example, when synchronizing with guest@example.com.
psync guest@example.com