I am trying to mirror files hosted in a backblaze bucket. Links to all files are present in an index.html file. I can edit the index.html to show whatever required, I just don't know what is required. I've also tried with the url index but am getting the same results.
Run the command 'rclone version' and share the full output of the command.
rclone v1.53.3-DEV
os/arch: linux/amd64
go version: go1.15.4
Which cloud storage system are you using? (eg Google Drive)
website hosted in backblaze bucket
The command you were trying to run (eg rclone copy /tmp remote:tmp)
the first thing to do is update rclone to the latest stable v1.58.0
as the version is years old and looks like some custom compiled, development version.
I know how to create a HTML page. What I need to know is what specific features need to be on a page (specific CSS classes? Other metadata?) to have rclone recognize it as a data source. Clearly just a list of links isn't it, or https://zotero.retorque.re/file/apt-package-archive/ would already have worked.
<a href=""> links to the files and directories in that directory should be sufficient. URLs linking to directories should end in / links to files shouldn't.