Skip to content

Instantly share code, notes, and snippets.

@bill-kolokithas
Created August 5, 2014 12:28
Show Gist options
  • Select an option

  • Save bill-kolokithas/61ee90215687bb75e5bc to your computer and use it in GitHub Desktop.

Select an option

Save bill-kolokithas/61ee90215687bb75e5bc to your computer and use it in GitHub Desktop.
system-tar-and-restore readme

Distribution packages

Archlinux

The package is provided by the AUR. You can install it with an AUR helper of your choice: system-tar-and-restore or manually by invoking the following commands as a regular user. (to build packages from the AUR, the base-devel package group is assumed to be installed)

wget https://aur.archlinux.org/packages/sy/system-tar-and-restore/system-tar-and-restore.tar.gz
tar xf system-tar-and-restore.tar.gz
cd system-tar-and-restore
makepkg -si

Gentoo

The package is provided by the gentoo-el overlay. You can install it with the following commands as root. (you need to have layman installed and configured)

layman -a gentoo-el
emerge app-backup/system-tar-and-restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment