Hacker News new | ask | show | jobs
by toomuchtodo 26 days ago
Great docs. If you want to create WARC files for archival purposes [1], wget supports doing so natively [2]. grab-site automates this [3].

[1] https://en.wikipedia.org/wiki/WARC_(file_format)

[2] https://wiki.archiveteam.org/index.php/Wget_with_WARC_output

[3] https://github.com/ArchiveTeam/grab-site

1 comments

Thanks, looks very promising! I'll dig into this the next time I'll need to archive a web page.