What is the problem you are having with rclone?
What I really wanted to do initially was directly upload to an existing Cryptomator vault in Google Drive via Google Drive Desktop, but I found that that’s slow. 100 mb of around less than 10kb files take about 3 hours.
Currently what I do is I make a local vault using Cryptomator then I upload it to Google Drive via web browser. This is fast.
The issue is now I have to upload new vaults every single time, when I actually just want one Cryptomator vault in Google Drive. Opening Google Drive Desktop then opening vaults using Cryptomator and then transferring files between those vaults already in the cloud, still take a lot of time.
I also like the file streaming and easy "available for offline" feature of Google Drive Desktop. I'm probably gonna use Rclone for downloading from GDrive to backup to an HDD but I haven't tested it. Maybe downloading directly from Google Drive in the browser again is much faster.
I’ve looked into Rclone and I’m now aware of things like rclone crypt, mount, copy, sync, bisync, and –files-from.
I think I understand that rclone crypt can basically replace Cryptomator and rclone mount can replace the file streaming of Google Drive Desktop?
My issue is with offline files. In Google Drive Desktop, this is as simple as right-clicking on a file then clicking “Make available offline.” With Rclone, I have to make a separate folder? Then use bisync on that folder? I got sad learning this because it would mean that I have to copy/move certain files to a dedicated folder, destroying the folder structure. But I learned about the command –files-from, maybe that’s the solution?
summary:
- cloud storage
- files encrypted before entering cloud storage, files decrypted and accessed locally
- fast upload and download of small files
- sync/file streaming/mounting of cloud storage as a drive, (the same file in pc 1, pc 2 and cloud, so a change to the file in pc 1, pc 2 and cloud get the change to that file)
- being able to make certain files and folders available for offline without losing folder structure, sync changes when going back online
I apologize for being another newbie asking for help. I really appreciate it.
Run the command 'rclone version' and share the full output of the command.
Microsoft Windows [Version 10.0.19045.5011]
(c) Microsoft Corporation. All rights reserved.
C:\Users\User 1>cd "C:\Users\User 1\Downloads\rclone-v1.72.1-windows-amd64"
C:\Users\User 1\Downloads\rclone-v1.72.1-windows-amd64>rclone version
rclone v1.72.1
- os/version: Microsoft Windows 10 Home 22H2 22H2 (64 bit)
- os/kernel: 10.0.19045.5011 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.25.5
- go/linking: static
- go/tags: cmount
C:\Users\User 1\Downloads\rclone-v1.72.1-windows-amd64>
Which cloud storage system are you using? (eg Google Drive)
Google Drive