IRA // Integrated Retro Archives

$ ira backup /var/www

Scanning directory structure...

Found 1,523 files (2.1 GB)

Creating incremental backup...

✓ Backup completed in 47s

✓ Compression ratio: 68%

✓ Verified backup integrity

$

Lightning-fast incremental backups for your production servers

Features

Incremental Backups

Only backup what changed, saving time and storage space

98% Storage Reduction

Compression

Advanced LZ4 compression with optional ZSTD support

3.2x Faster than gzip

Data Integrity

SHA-256 verification and automatic corruption detection

100% Data Verification

Resource Efficient

Minimal CPU and memory footprint during backups

<2% CPU Usage

Installation

# Install via package manager

$ curl -sSL https://drivesensei.io/ira/install.sh | bash

Installing IRA v2.4.0...

✓ Installation complete

# Verify installation

$ ira --version

IRA v2.4.0

Basic Usage

Create Backup

$ ira backup /path/to/source --dest /backup
$ ira backup --config prod.yaml  # Using config file

Restore Files

$ ira restore /backup/latest --target /restore
$ ira restore --snapshot 2024-03-10-1420

List Snapshots

$ ira list
$ ira list --before 2024-03-10 --after 2024-03-01

Why IRA?

FeatureIRArsynctar
Incremental Backups
CompressionLZ4/ZSTDgzip
Integrity VerificationSHA-256
Resource UsageVery LowLowHigh
Deduplication built-in

System Requirements

Supported OS

  • Linux (kernel 3.10+)
  • macOS 10.15+
  • Windows 10+

Hardware

  • 1+ CPU cores
  • 1GB+ RAM
  • 50MB disk space

Dependencies

  • Single binary
  • Lightweight