Closed MadMooAU closed 7 years ago
Have you configured Rclone properly? And can you verify that there is data in .cloud-encrypt?
I've followed the setup.sh guide after using the easy install script. cloud-encrypt is mounted, data is in there.
It's the mount_union subroutine, after removing
while [ -z "$(ls -A ${cloud_decrypt_dir})" ]
do
echo "[ $(date ${date_format}) ] Cloud not find encrypted mountpoint: ${cloud_decrypt_dir}. Retrying in 10 seconds."
sleep 10
done
it works.
For what I can understand is that Plexdrive mounts .cloud-encrypt but seems like Rclone doesn't mount .cloud-decrypt. That to me sounds like a misconfiguration in Rclone. When running the setup.sh did you configure rclone with the correct encryption/decryption keys?
Okay thank you for pointing out the error. I'll look into that
When running mount.remote, after using setup.sh, the first mount (.cloud-encrypt) and second mount (.cloud-decrypt) succeed, then .cloud-decrypt cannot be found.
Fresh Ubuntu 16.04 install, running from root for testing.