Operating Sysytem: PCLinuxOS Debian Edition KDE 2024 (*non-systemd O/S*)
rclone v1.60.1-DEV
- os/version: debian bookworm 12.7 (64 bit)
- os/kernel: 6.11.9-1-liquorix-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.8
- go/linking: dynamic
- go/tags: none
rclone-browser v1.8.0-2
What is the problem you are having with rclone?
Is there a way to set either RClone Browser or RClone to mount Google Drive at boot? I have found how-to suggestions on the RClone documentation pages, on this forum and other sources, but everything I have found is either confusing, or I think is referring to systemd. rclone v1.60.1-DEV is the most recent version that is available in the repositories. I am aware that the current version is 1.68.2 but I prefer not to bypass the repositories.
I know that I can add RClone Browser to the KDE System Settings Autostart, and then in the browser, double click Google Drive, then click the Mount button and select the folder that I want it to use, and before shutting down, click the Jobs tab and unmout Google Drive. I would like to have those steps automated, either using RClone Browser or by using a script to run rclone from the command line during boot. rclone is working correctly as it is currently configured. I just need help setting it up to mount to my preferred folder automatically.
In the RClone Browser Preferences, I see the following lines, but do not know what to enter into them:
rclone.conf location
Stream command:
Default download folder
Default upload folder
Default download options
Default upload options
There are 3 line as follows:
rclone location: /usr/bin/rclone
Mount options: --vfs-cache-mode writes
Default rclone option: --fast-list
I have not attempted to load rclone with a script. I know nothing about script writing. If I go that route, I need someone to give me step-by-step instructions. My command line skills are currently limited (mostly) to being able to copy and paste what someone else tells me.
I have tried to read the "rclone mount" page https://rclone.org/commands/rclone_mount/#rclone-as-unix-mount-helper but find it to be just too much information. I can not filter out what parts of it refer to non-systemd Linux. FWIW, I am not exactly a first-time Linux user, but also do not have much experience. I have "played" with it for about 2 years as a curiosity, and decided to switch permanently when I found out that security updates for Windows 10 will end in October of 2025. I have a PC and two laptops that are relatively new, but do not meet the Windows 11 requirements, so I have started switching to Linux. After some "distro hopping", I settled on PCLinuxOS because it seems to be reasonably stable and has a very friendly support community.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
rclone config redacted
Usage:
rclone config [flags]
rclone config [command]
Available Commands:
create Create a new remote with name, type and options.
delete Delete an existing remote.
disconnect Disconnects user from remote
dump Dump the config file as JSON.
file Show path of configuration file in use.
password Update password in an existing remote.
paths Show paths used for configuration, cache, temp etc.
providers List in JSON format all the providers and options.
reconnect Re-authenticates user with remote.
show Print (decrypted) config file, or the config for a single remote.
touch Ensure configuration file exists.
update Update options in an existing remote.
userinfo Prints info about logged in user of remote.
Flags:
-h, --help help for config
Additional help topics:
rclone config edit Enter an interactive configuration session.
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command config needs 0 arguments maximum: you provided 1 non flag arguments: ["redacted"]```