Crypt problem, please teach me

What is the problem you are having with rclone?

hello,
i try crypt my files using rclone.
i mount disk and i drag and drop files and files become completly crypted but i couldn't crypt files that were already there.

i generate crypted folder and i try move files to crypted folder but i failed.
do i have to resend existing files to have them encrypted?

what should I do?

thank you.

Run the command 'rclone version' and share the full output of the command.

rclone v1.58.0

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

  • os/version: Microsoft Windows 10 Home Single Language 1803 (64 bit)

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

Paste command here

rclone mount dd1newcrypt: z: --network-mode --log-level INFO --vfs-cache-mode=full --buffer-size=off

hey guys any help?

Sounds like you are making a crypt in a folder (dd1) that already has (unencrypted) files - I wouldn't do that.

Instead make a new (empty) folder (outside/beside) your current folder and then a new crypt and mount pointing the new folder (dd2). Then you can move files between the two mounts.

If all files are to be encrypted then you can also do a direct copy something like:

rclone copy dd1: dd2crypt:
1 Like

It's tough as you didn't include your rclone.conf:

The rclone config contents with secrets removed.

You should use 3 backticks to begin and end your paste to make it readable.

Paste config here

And there's no log file either so hard to tell what's breaking without details.

You'd want to use the template, fill it in and that's helps us help you.

If you delete things, it's longer to get to an answer as I have to ask you to add stuff to help you.

1 Like

thank you!
you save my life! :slight_smile:

1 Like

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