Rclone session save

What is the problem you are having with rclone?

How to save and restore the session? I would like to save my session when I need to restart my machine.. I'm using this command to stay logged:
rclone --config /root/rclone/rclone.conf rcd --rc-serve --rc-user=XXX --rc-pass=XXXX --rc-no-auth --rc-addr=:5572 --rc-web-gui
But sometimes I have to restart my machine and I would like to keep the mega.nz session.

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

rclone v1.60.0-beta.6420.c8aaa62b1.fix-6378-configfile

  • os/version: alpine 3.16.2 (64 bit)
  • os/kernel: 5.15.0-1017-oracle (aarch64)
  • os/type: linux
  • os/arch: arm64
  • go/version: go1.19
  • go/linking: static
  • go/tags: none

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

MEGA

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

rclone rc --user=man --pass=43Fejdfifjds --rc-addr=:5572 operations/about

The rclone config contents with secrets removed.

[1]
type = mega
user = XXXXXXXXXXXX@XXXXXXXXXXXX.com
pass = XXXXXXXXXXXX

[crypt_1]
type = crypt
remote = 1:/
password = XXXXXXXXXXXX

A log from the command with the -vv flag

NO LOGS

hello and welcome to the forum,

sorry, rclone does not save sessions.

is there a problem you are trying to solve?

based on that file:

I'm using the rclone RCD to keep my session, but I have to restart the RCD sometimes (maintance, migrate of the rclone container) and I want to keep my session despite of that.

I'm sorry about my bad english.

sorry, as far as i know, rclone does not save sessions.

maybe someone knows of a workaround with mega.

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