System-tar-and-restore

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Merge-arrows-2.pngThis article or section is a candidate for merging with Backup.Merge-arrows-2.png

Notes: Most of this can be summarized in a few table entries (Discuss in Talk:System-tar-and-restore)

System-tar-and-restore contains two bash scripts, the main program star.sh and a gui wrapper star-gui.sh. Three modes are available:

  • Backup: With this mode you can make a tar backup archive of your system.
  • Restore/Transfer: Restore mode uses the above created archive to extract it in desired partition(s). Transfer mode transfers your system in desired partition(s) using rsync. Then, in both cases, the script generates the target system's fstab, rebuilds initramfs for every available kernel, generates locales and finally installs and configures the selected bootloader.

If you plan to use the gui, install gtkdialogAUR.

Installation

Install system-tar-and-restoreAUR.

Usage

See the README.