I am having problems understanding the command and why there is no local "offline" copy viewable when network is down or command is not running.
I have the same issue with both the gdrive and onedrive.
The tokens work fine. If I let rclone run its course my mounted hard drive folders are indeed populated with a "mirror" of the gdrive and onedrive contents.
Gdrive is just on 50gb, Onedrive is less than 100mb.
However if I boot without the rclone commands active or if the network is down the mounted drives are empty. I was hoping to have a situation where a copy of the files reside on my HD no matter what and that rclone just syncronises the changes to and from the clouds as files are modified.
The command and config was copied from a webpage how to tutorial on gdrive setup Even tho it was successful, I really do not understand the process or how to create this "offline local copy".
Google Drive
Command in user crontab
@reboot rclone --vfs-cache-mode writes mount GoogleDrive: ~/GoogleDrive &
rclone v1.69.1
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.8.0-58-lowlatency (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: none
rclone config redacted
[GoogleDrive]
type = drive
scope = drive
token = XXX
team_drive =
[OneDrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business
Double check the config for sensitive info before posting publicly
I have not posted a log because the command works. I just need to understand how to modify it