Idk if im just dumb but i cant find where my mount is syncing

What is the problem you are having with rclone?

i have mounted this and i have no clue where the folder is with all my google drive stuff

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

rclone v1.61.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-1021-oracle (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.19.4
- go/linking: static
- go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
--> yes

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

google drive

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

not  a command

here is my mount config thing
File=gdrive.service

[Unit]
Description= RClone Mount Service
After=network-online.target

[Service]
Type=notify
ExecStart=/usr/bin/rclone mount \
--config=/root/.config/rclone/rclone.conf \
--user-agent=sauberlab \
--allow-other \
--timeout=1h \
--poll-interval=15s \
--dir-cache-time=1000h \
--cache-dir=/srv/home/rclone/cache \
--vfs-cache-mode=full \
--vfs-cache-max-size=20G \
--vfs-cache-max-age=12h \
gdrive-crypt: /mnt/cloud
ExecStop=/bin/fusermount -uz /mnt/cloud
Restart=on-abort
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=multi-user.target

The rclone config contents with secrets removed.

[gdrive]
type = drive
client_id = 
client_secret = 
scope = drive
token = {"access_token":">
team_drive =

[gdrive-crypt]
type = crypt
remote = gdrive:crypt
password = >
password2 = >

A log from the command with the -vv flag

idk what im meant to do here

try looking in /mnt/cloud

yea i looked there

image

i added gdrive: /srv/home/rclone/gdrive under gdrive-crypt: /mnt/cloud

and now i get
/etc/systemd/system/gdrive.service:19: Missing '=', ignoring line.

ok, but each time you change the service file, need to re-post it here.

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