Difference between revisions of "Software"

From Archiveteam
Jump to navigation Jump to search
Line 3: Line 3:


* [[Wget|GNU WGET]]
* [[Wget|GNU WGET]]
** Backing up a Wordpress site: "wget --no-parent --no-clobber --html-extension --recursive --convert-links --page-requisites --user=username --password=password <path>"
** Backing up a Wordpress site: "wget --no-parent --no-clobber --html-extension --recursive --convert-links --page-requisites --user=<username> --password=<password> <path>"
* [http://curl.haxx.se/ cURL]
* [http://curl.haxx.se/ cURL]
* [http://www.httrack.com/ HTTrack]
* [http://www.httrack.com/ HTTrack]

Revision as of 03:08, 16 March 2009

General Tools

  • GNU WGET
    • Backing up a Wordpress site: "wget --no-parent --no-clobber --html-extension --recursive --convert-links --page-requisites --user=<username> --password=<password> <path>"
  • cURL
  • HTTrack
  • Heritrix -- what archive.org use
  • Pavuk -- a bit flaky, but very flexible

Site-Specific

Format Specific