Is there a way to inspect ecrypted files without downloading them similar to Dropbox's offline feature or Cryptomator?
Does rclone have any sort of integration with Cryptomator?
Thanks!
hello and welcome to the forum,
if you use a rclone mount
, you can inspect the files without a full download.
rclone will only download the chunks of the file as needed.
for example, if you have a .7z or .zip file of size 1TB and want to download a single file of size 1MB.
rclone will download only 1MB of data.
rclone does not integrate with cryptomator.
I wasn't aware of mounting. Thanks for pointing out that!
Would that let me at least see thumbnails of images and videos without downloading the full files?
that is correct.
hard to give more help as we lack the details of your use-case.....
if you had started a new post, you would have been asked
STOP and READ USE THIS TEMPLATE. YOUR POST WILL BE REMOVED IF IT IS LOW QUALITY:
Please show the effort you've put in to solving the problem and please be specific -- people are volunteering their time to help you! Low effort posts are not likely to get good answers! DO NOT REDACT any information except passwords/keys/personal info. You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
What is the problem you are having with rclone?
What is your rclone version (output from rclone version
)
Which cloud storage system are you using? (eg Google Drive)
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
@asdffdsa I have just tried mounting right now and it's exactly what I expected. Thanks!
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.