Installation | Usage | Japanese(日本語)
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.
This work is required for each sync-host include local-host.
- 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
- Add ~/bin in the PATH if not included.
- 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
.
- Do the following to show usage.
psync --help
- For example, when synchronizing with
guest@example.com
.
psync guest@example.com