Rclone stoped automatically

BY DELETING THIS COMMENT, I AM CONFIRMING I HAVE READ THIS AND WILL USE THE TEMPLATE BELOW FOR MY POST.

What is the problem you are having with rclone?

rclone runs for a few days and then shuts down automatically, I've used nohup or screen and neither works, can I keep rclone running? Or start automatically after shutdown

What is your rclone version (output from rclone version)

1.57

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)

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

Hi! What OS? Because you don't give that info, but if I'm thinking good linux. In that case you can make a systemd service file what is try to reconnect the mounts if it is disconnected and every system restart it mount automatically rclone drive.
If not that was your question then please write your problem more clearly.

i use rclone in openwrt,it has no systemd

Yes now I see your OS it's true. But openwrt has init.d scripts and have cron too :slight_smile:
https://openwrt.org/docs/techref/initscripts
Init.d for run rclone mount at restarts and make example a bash script what is runs from crontab to checks that rclone mount or command is running or not and start it if necessary. But it's only my idea to solve this, maybe somebody else have easier way :smiley:

And I see you wrote that rclone running few days fine and after shuts down. So you using your router for only rclone mount or you do commands too (copy, sync, etc) because if yes maybe your problem that rclone starts to eat too much memory so linux shut it down. Like here: https://forum.rclone.org/t/rclone-mount-setup-plex-server-reading-from-rclone-off-an-openwrt-router/8169
But If you would get better support then please correct your firs post with all the needed informations: os version, rclone mount or copy command, etc what is missing ----->

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