Skip to content
/ pSync Public

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.

License

Notifications You must be signed in to change notification settings

kobayasy/pSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected].

About

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.

Topics

Resources

License

Stars

Watchers

Forks