archivetools is the project used to run the Arch Linux Archive. It's a turnkey solution to snapshot Arch Linux packages repositories, ISOs images and boostrap tarballs. You can deploy one for your own needs.
The Archive is built by rsync'ing rsync.archlinux.org, or its mirrors, each day. Rsync features are used to transfert only the diff of new data from the previous snapshort and files are stored once with use of hardlinks.
Create a pacman package and install it.
cd archivetools
makepkg -i
systemctl enable archive.timer
cd archivetools
export DEBUG=1
export ARCHIVE_CONFIG=archive.conf.test
./archive.sh
archivetools sources are available on github.
archivetools is licensied under the term of GPL v2.
archivetools was started by SĂ©bastien Luttringer in August 2013 to replace the former Arch Linux Rollback Machine service.