Wayback is a self-hosted archiving service integrated with Internet Archive, archive.today, IPFS, and more. Support running as a command line tool and docker container, the purpose is to save the snapshot of the web page.

Features

  • free and open source
  • cross-platform compatible
  • Batch backtrack URLs for faster archiving
  • Built-in CLI for easy use
  • Integrate Internet Archive, archive.today, IPFS and Telegraph
  • Interact with IRC, Matrix, Telegram bot, Discord bot, Mastodon and Twitter
  • Support posting wayback results to Telegram channels, Mastodon and GitHub issues for sharing
  • Support for storing archive files to disk for offline use
  • Download streaming media (requires FFmpeg), convenient for media archiving

Install

via source code:

go install github.com/wabarc/wayback/cmd/wayback@latest

Via GitHub Releases:

curl -fsSL https://github.com/wabarc/wayback/raw/main/install.sh | sh

use Snapcraft (on GNU/Linux)

sudo snap install wayback

pass APT :

curl -fsSL https://repo.wabarc.eu.org/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/packages.wabarc.gpg
echo "deb [arch=amd64,arm64,armhf signed-by=/usr/share/keyrings/packages.wabarc.gpg] https://repo.wabarc.eu.org/apt/ /" | sudo tee /etc/apt/sources.list.d/wayback.list
sudo apt update
sudo apt install wayback

pass RPM

sudo rpm --import https://repo.wabarc.eu.org/yum/gpg.key
sudo tee /etc/yum.repos.d/wayback.repo > /dev/null <<EOT
[wayback]
name=Wayback Archiver
baseurl=https://repo.wabarc.eu.org/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.wabarc.eu.org/yum/gpg.key
EOT

sudo dnf install -y wayback

pass Homebrew:

brew tap wabarc/wayback
brew install wayback

#Wayback #Homepage #Documentation #Downloads #SelfHosted #Archive #Service #Integrated #Internet #Archive #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *