Is rclone adding a * to my encrypted folders or is BackBlaze?

What is the problem you are having with rclone?

Some of my uploaded folders have a * at the end of the folder name. I can't figure out what it means. Maybe I am not searching for the right string but I don't see any relevant mention of asterisk in rclone or BB docs.

What is your rclone version (output from rclone version)

rclone v1.53.3
- os/arch: linux/amd64
- go version: go1.15.5

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

Debian 10 x64

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

BackBlaze B2

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

N/A

The rclone config contents with secrets removed.

[bb]
type = b2
account = ...
key = ...

[bbe]
type = crypt
remote = bb:...
filename_encryption = standard
directory_name_encryption = true
password = ...
password2 = ...

A log from the command with the -vv flag

N/A

hi,
when you posted, there was a template asking for information...

Fixed. My bad! Thank you!

well, that was easy....

I mean I just had to edit the question and paste the template. Easy enough.

I still can't figure out why some files/folders have a *.

can you post an example using rclone ls -vv

https://www.backblaze.com/blog/metadata-your-files-hidden-dna-and-you/
https://www.reddit.com/r/synology/comments/d4zvll/help_needed_file_versioning_using_cloudsync_and/

1 Like

Looks like it was a versioning thing. I did a rclone cleanup and now all the * files are gone.

Thanks!

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