Is it possible for rclone to start a mega webdav server and login to multiple accounts?

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS -

What is the problem you are having with rclone?

I have multiple MEGA accounts and I am using MEGA webdav as advised in the forum to move my restic backup there using rclone. But webdav requires manual login. That means, I can not create a batch file and just click it to backup.

I was wondering if it is possible for rclone to start the webdav server and automatically login and logout once the backup was done. If it is not possible to use restic in this case, that is fine as well. I just need to make a one click solution.

Thanks for the awesome software.

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

rclone v1.67.0

  • os/version: Microsoft Windows 10 IoT Enterprise LTSC 2021 21H2 (64 bit)
  • os/kernel: 10.0.19044.4529 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: cmount

Yes

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

MEGA via MEGA Webdav

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

I am looking for a way to use this. I have no idea if this is even possible and therefore have no command to share.

Paste command here

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

Not necessary as I am trying to find out if rclone has a function

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

Not applicable

Nope. From rclone perspective you are using webdav and it should be accessible when rclone is invoked.

But you can wrap all in your own script and implement it there.

Thanks. Hope you are doing well.

1 Like

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