What if cloud storage you are having crypt stops supporting pclone.
Then how will one can open those encrypted files. Lets say i go to chrome and open that cloud and download it on desktop. Now how can i open those encrypted files ..
What if cloud storage you are having crypt stops supporting pclone.
Then how will one can open those encrypted files. Lets say i go to chrome and open that cloud and download it on desktop. Now how can i open those encrypted files ..
you can save all encrypted files in for example local folder and point your crypt remote towards it:
in rclone.config add new remote
[localcrypt]
type =crypt
remote = /path/to/local/folderWithEncryptedFiles
password = pass
password2 = pass2
now you can access them same way you are using now with your cloud remote.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.