7 ms·
I don’t see a list of the datasets that have gone missing. Is there a list?
by sunk1st 2y ago
I don’t see a list of the datasets that have gone missing. Is there a list?
- mistrial9 2y ago[flagged]
- NortySpock 2y agoAnd you could also run your own archive bot (x86 only). I've got one running in a docker container, it downloads a webpage and auto-uploads it to archive.org https://tracker.archiveteam.org/ https://tracker.archiveteam.org/ Edit to add: docker_compose.yml example: services: archiveteam: image: atdr.meo.ws/archiveteam/warrior-dockerfile ports: - '8101:8001' mem_limit: 4G cpus: 3 dns: - 9.9.9.10 - 8.8.8.8 labels: - com.centurylinklabs.watchtower.enable=true container_name: archiveteam-warrior environment: - DOWNLOADER=asdf # Change this to your nickname - SELECTED_PROJECT=auto # Change this to your project of preference or let the archiveteam decide with 'auto' - CONCURRENT_ITEMS=6 # Change this to the amount of concurrent download threads you can handle watchtower: command: '--label-enable --include-restarting --cleanup --interval 3600' cpu_shares: 128 mem_limit: 1G cpus: 1 image: containrrr/watchtower volumes: - '/var/run/docker.sock:/var/run/docker.sock' container_name: watchtower