On 2025-07-02 21:54:15, Antoine Beaupré wrote: > On 2025-07-02 21:26:21, Antoine Beaupré wrote: >> For now I'll be taking a look at the python version, wayback. > > So I've done that. I've audited the code and did some basic packaging > (mostly thanks to py2dsp, but i did the job in full), and the result is > here: > > https://salsa.debian.org/python-team/packages/waybackpack > > waybackpack works, but with one major limitation: it downloads only a > single URL at a time, not an entire site. > > so I'm abandoning the packaging for now, anyone feel free to pick it up > and just upload it if you feel like it, but i don't quite see the point > myself. > > now i guess we need to find the right machine-downloader fork now...
That seems to be: https://github.com/StrawberryMaster/wayback-machine-downloader To test it, I ran it from the Docker container image, by creating a user with `adduser --system archiver` then picking that UID and passing it as --user to the `docker-run` command, and then: sudo docker run --rm -it --user 1023 -v /srv/mirror/example.com:/srv ghcr.io/strawberrymaster/wayback-machine-downloader:latest -d /srv example.com -s --reset It works well, but i'm not familiar enough with Ruby packaging to follow through with the next steps. a. -- There is no cloud, it's just someone else's computer. - Chris Watterson