How to archive a website that's shutting down soon
blog.marcua.net
How to archive a website that's shutting down soon
1–7 of 7 posts
Re: How to archive a website that's shutting down soon
#2Re: How to archive a website that's shutting down soon
#3Re: How to archive a website that's shutting down soon
#4Why not use grab-site? https://github.com/ArchiveTeam/grab-site
I'm curious: what sort of fidelity have you seen in `grab-site`'s rewritten static asset URLs? Having to fix URLs that weren't properly rewritten ended up taking me the most time.
Re: How to archive a website that's shutting down soon
#5Easiest and simple self hosted option is archive box https://archivebox.io/
Re: How to archive a website that's shutting down soon
#6Why not use grab-site? https://github.com/ArchiveTeam/grab-site
This is great! It looks like you can even grab WARCs using `wget`: https://golangexample.com/put-a-web-archive-warc-on-an-s3-bu... I'm curious: what sort of fidelity have you seen in `grab-site`'s rewritten static asset URLs? Having to fix URLs that weren't properly rewritten ended up taking me the most time.
More detail on the WARC format can be found below:
https://www.loc.gov/preservation/digital/formats/fdd/fdd0002...
Re: How to archive a website that's shutting down soon
#7Earlier quoted context omitted.
This is great! It looks like you can even grab WARCs using `wget`: https://golangexample.com/put-a-web-archive-warc-on-an-s3-bu... I'm curious: what sort of fidelity have you seen in `grab-site`'s rewritten static asset URLs? Having to fix URLs that weren't properly rewritten ended up taking me the most time.
grab-site doesn't rewrite URLs, it captures the entire request and response of each http request for an asset and stores as-is for archival purposes. The quality of any mutations or transformations performed will be governed by the tooling used to consume the generated WARCs. More detail on the WARC format can be found below: https://www.loc.gov/preservation/digital/formats/fdd/fdd0002... https://en.wikipedia.org/wik…