Experience/ Suggestions with additional encrypt with 3rd party?

What is the problem you are having with rclone?

I'm looking for experience and suggestions in using a 3rd party encryption tool (e.g. GoEncFS) together with rclone?

Does it work without corrupting the data? I also would like to use rclone built in crypt module, ontop of the 3rd party crypto tool.

Plaintext local => GoEncFS => rclone crypt => rclone => cyphertext in Cloud storage

What is your rclone version (output from rclone version)

latest rclone version

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 20.10 64bit

Which cloud storage system are you using? (eg Google Drive)

Google Drive, WebDAV

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Does GoEncFS work as a FUSE mount?

If so then you've got two fuse mounts in your upload chain which will make things slow and potentially unreliable...

There are definitely some people using encfs with rclone which I believe does work...

This! Is there a tutorial on how-to do this? I want to do this with gocryptfs (is based on encfs).

I haven't seen one, but if you do searching on the forum and the rclone issues you'll see people using it.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.