Skip to content

minrescue

A small backup live distro built on the Arch Linux installer (archiso)

Requirements

Normal Variant

  • A USB stick with at least 2 GB of storage
  • A computer with a 64-bit processor
  • ~512 MB of RAM

Minimal Variant

  • A USB stick with at least 1 GB of storage
  • A computer with a 64-bit processor
  • ~256 MB of RAM

Installation

  1. Download the latest release from the releases page
  2. Write the ISO to a USB stick
    1. Download and install Etcher
    2. Open Etcher and select the downloaded ISO
    3. Select the USB stick and click on “Flash”

Usage

  1. Boot from the USB stick
  2. Plugin a second USB stick or an external hard drive to store your data
  3. Mount the device
    1. Run lsblk to find the device
    2. Run mount /dev/sdX /mnt (replace /dev/sdX with the device)
  4. Backup your data
    1. Change directory into /mnt: cd /mnt
    2. Run minbk to start the backup process

Build

  1. Clone the repository
  2. Run ./install_dependencies.sh
  3. Run ./build.sh (this will take a while and use 100% of the CPU, because mkarchiso is defaulting to that)
  4. Copy/Use the ISO file in dist/