Skip to content

ad24cz/archivetools-for-archlinux-ARM

 
 

Repository files navigation

Arch Linux ARM Archive Tools

Introduction

This repo is adapted for use with archlinux ARM. The details below are valid, but remmeber to change some details to ARM mirrors etc.

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 transfer only the diff of new data from the previous snapshot and files are stored once with use of hardlinks.

Installation

Create a pacman package and install it. Before the installation, install all dependencies.

cd archivetools
makepkg -i
systemctl enable archive.timer

Debug

cd archivetools
export DEBUG=1
export ARCHIVE_CONFIG=archive.conf.test
./archive.sh

Dependencies

Sources

arm archivetools sources are available on AD24 gitea.

Original Sources

archivetools sources are available on github.

License

archivetools is licensied under the term of GPL v2.

Author

archivetools was started by Sébastien Luttringer in August 2013 to replace the former Arch Linux Rollback Machine service.

About

Arch Linux ARM Archive Tools. Adapted from original Arch Linux Archive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%