How to make Rclone mount my remote disk on startup

What is the problem you are having with rclone?

I recently got Rclone mount working with my Hetzner storage box however I noticed after every restart I have to re run my mount command.

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

rclone v1.66.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.5.0-1023-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.22.1
- go/linking: static
- go/tags: none

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

Hetzner Storage Box

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

N/A

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[gringotts]
type = sftp
host = XXX
user = XXX
port = 23
pass = XXX
key_file_pass = XXX
shell_type = unix
md5sum_command = md5 -r
sha1sum_command = sha1 -r

A log from the command that you were trying to run with the -vv flag

N/A

welcome to the forum,

most users use systemd. many examples of that in the docs, forum and wiki.
https://rclone.org/commands/rclone_mount/#systemd

https://forum.rclone.org/t/rc-in-rclone-systemd-mount-helper-script/27256

https://github.com/rclone/rclone/wiki/rclone-mount-helper-script

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