
- Pcloud drive electron install#
- Pcloud drive electron password#
Unfortunately we have found a serious problem. This process completes without reporting any errors or warnings.
Finalizing/dismounting pCloud drive (echo "finalize" | pcloudcc -k). Stopping crypto service (echo "stopcrypto" | pcloudcc -k). Executing 'rsync -rlptDv -delete /var/localbackup /mnt/pcloud/Crypto/'. Starting crypto service (echo "startcrypto crypto_pass" | pcloudcc -k). Mounting pCloud drive (pcloudcc -u $pcuser -d -m /mnt/pcloud). The backup process is automated as batch process by following scenario: We are using pCloud as backup storage to sync local backups with pCloud Crypto folder.įor file transfer to pCloud we are using pCloud drive for Linux CLI version prebuild debian package (pcloudcc_2.0.1-1_b) on Debian 8.8 jessie. To create a debian package form the source use:ĭebuild -i -us -uc -b Older pre-built packages (no EU server supprt) When there is only one file ~/.pcloud/Cache/cached (ususally big sized) this mean that transfers are completed. Locally cached files are located under ~/.pcloud/Cache dir. Notice that stopping daemon will break pending background transfers!Ĭurrent version of pcloudcc doesn't support command to check if threre are pending transfers. You can now add “pcloudcc -u -d” command in you startup scripts and thous mount the file system on startup. Congratulations, your pcloud console client works properly. Test unlocking and locking crypto if you have subscription for it. Please, be patient.Īt that point you can test passing some commands. Notice that a new user may take a while to mount.
If you don't have existing user use -n switch to register new user:
Verify that file system starts and mounts normally. Pcloud drive electron password#
Daemon stays alive.Įnter password and use -s switch to save the password. startcrypto - starts cripto using given password.Commands are passed usingĪvailable commands are : startcrypto, stopcrypto, finalize, q, quit s Save password in database.Īlso there are several commands that the running service can execute. n Switch if this is a new user to be registered. k Daemon already started pass only commands. m arg Mount point where drive to be mounted. o Parent stays alive and processes commands. y arg Use user password as crypto password also. Terminal command is pcloudcc and -h option prints short options description.
Pcloud drive electron install#
Sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev libudev-dev fuse build-essential git
Sudo apt-get install cmake zlib1g-dev libboost-system-dev libboost-program-options-dev libpthread-stubs0-dev libfuse-dev libudev-dev Build steps On Ubuntu you can run the following command: Zlib A Massively Spiffy Yet Delicately Unobtrusive Compression Library.īoost Boost system and boost program options libraries used. This is a simple linux console client for pCloud cloud storage.