Sync/copy open directories without creating an http backend

Hello,

Current situation:
Normally, if I want to copy/sync open directories such as httpx://73.88.44.174/MusicArchive/ (I put httpx because it didn't allow me to put links into post), I'll need to create an http backend for the URL httpx://73.88.44.174/MusicArchive/ first then run copy command.

The problem
I want to copy/sync about a hundred of open directories like that. With that said, I'll have to create a hundred of http backends. It's really time consuming.

What I need
I need a way to copy/sync any URLs without creating http backends. The command may be something like:

rclone copy "httpx://73.88.44.174/MusicArchive/" google-drive:"/MusicArchive/"

Is there any way to achieve that?

Thank you for your time!

hello and welcome to the fourm,

you can create a http remote on the fly, as documented at
https://rclone.org/http/#usage-without-a-config-file

It worked like a charm! Many thanks!

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