Terminal - Download Full Website From Wayback Machine

Joined
Apr 28, 2015
Messages
105
Reaction score
0
i want to download an old site with Wayback Machine

this site shows you how

http://missingtricks.net/download-website-wayback-machine

terminal asks you for a password after

Code:
sudo gem install wayback_machine_downloader -n/usr/local/bin

it doesnt give a password, and im unsure, it just downloads on your desktop?

Code:
Last login: Sun Jan  8 00:11:14 on ttys000
cpe-98-144-3-44:~ attie$ gem install wayback_machine_downloader
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
cpe-98-144-3-44:~ attie$ gem install wayback_machine_downloader
Fetching: wayback_machine_downloader-1.1.4.gem (100%)
ERROR:  While executing gem ... (Errno::EACCES)
    Permission denied - /Library/Ruby/Gems/2.0.0/cache/wayback_machine_downloader-1.1.4.gem
cpe-98-144-3-44:~ attie$ gem install wayback_machine_downloader
Fetching: wayback_machine_downloader-1.1.4.gem (100%)
ERROR:  While executing gem ... (Errno::EACCES)
    Permission denied - /Library/Ruby/Gems/2.0.0/gems/wayback_machine_downloader-1.1.4
cpe-98-144-3-44:~ attie$ sudo gem install wayback_machine_downloader -n/usr/local/bin
Password:
Sorry, try again.
Password:
 

Cory Cooper

Moderator
Joined
May 19, 2004
Messages
11,102
Reaction score
492
At the Password: prompt, enter your user password and press Return. It will not show the characters as you type, and it has to be an Administrator password.

That looks like it will install the downloader in the hidden folder: -n/usr/local/bin. Not sure where it will download the website on your Mac, but it should show you when the download is complete.

C
 
Joined
Apr 28, 2015
Messages
105
Reaction score
0
i wouldnt know where to ask for help maybe you can

it says to open it and enter the url for the site you want to download

as soon as you open it it says this and it doesnt let you enter anything

Code:
Last login: Sun Jan  8 18:30:26 on ttys001
/Library/Ruby/Gems/2.0.0/gems/wayback_machine_downloader-1.1.4/bin/wayback_machine_downloader ; exit;
cpe-98-144-3-44:~ attie$ /Library/Ruby/Gems/2.0.0/gems/wayback_machine_downloader-1.1.4/bin/wayback_machine_downloader ; exit;
You need to specify a website to backup. (e.g., http://example.com)
Run `wayback_machine_downloader --help` for more help.
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]
 
Joined
Oct 17, 2016
Messages
208
Reaction score
9
Thanks for the reminder about Wayback. Yup, they've still got a site I put up in 1996.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top