Package system-backup: Information

    Source package: system-backup
    Version: 0.1.5-alt2
    Build time:  Jan 2, 2026, 11:49 AM
    Category: Archiving/Backup
    Report package bug
    License: GPLv3+
    Summary: Script for local system backup
    Description: 
    Script for creation full backup of the installed ALT Linux.
    This backup solution restricted by local mounted storages.

    List of RPM packages built from this SRPM:
    system-backup (noarch)

    Maintainer: Leonid Krivoshein

    List of contributors:
    Leonid Krivoshein
    Anton Midyukov

    Last changed


    Dec. 24, 2025 Leonid Krivoshein 0.1.5-alt2
    - Fixed significant regression (ALT #57339).
    Dec. 19, 2025 Leonid Krivoshein 0.1.5-alt1
    - Added support for installer-feature-swapfile;
    - Added basic support for the 'timeshift' layout;
    - The backup version changed to 0.2, it includes:
      + SWPFILE (the size and name of the swap file);
      + TMSHIFT (a Timeshift-partitioned device info);
      + root.sub (btrfs subvolume info for @ / ROOT);
      + home.sub (btrfs subvolume info for @home / HOME);
      + root.opts (mount options for the ROOT subvolume);
      + home.opts (mount options for the HOME subvolume);
      + *.jfs, *.xfs, *.btrfs (additional FS information);
      + now the NONVRAM file is not empty when it created;
      + all these objects are optional;
    - Also added multiple code and style improvements.
    May 16, 2025 Leonid Krivoshein 0.1.4-alt1
    - Bug fixes, requirements added, minor improvements.