Package qt-fsarchiver: Information

    Source package: qt-fsarchiver
    Version: 0.8.4.0-alt4
    Latest version according to Repology
    Build time:  Jul 23, 2021, 04:43 PM in the task #280452
    Category: Archiving/Backup
    Report package bug
    License: GPLv2+
    Summary: GUI for Filesystem Archiver for Linux
    Description: 
    Qt-fsarchiver - a graphical version of the application fsarchiver
    
    Fsaiveris a system tool that allows you to save the contents of
    a file-system to a compressed archive file. The file-system can be
    restored on a partition which has a different size and it can be
    restored on a different file-system.
    
    The following features have already been implemented in the current version:
    
    -Support for basic file attributes (permissions, owner, ...)
    -Support for multiple file-systems per archive
    -Support for extended attributes (they are used by SELinux)
    -Support the basic file-system attributes (label, uuid, block-size) for all
     linux file-systems
    -Support for ntfs filesystems (ability to create flexible clones of
     windows partitions)
    -Checksumming of everything which is written in the archive
     (headers, data blocks, whole files)
    -Ability to restore an archive which is corrupt (it will just skip the
     current file)
    -Multi-threaded lzo, gzip, bzip2, lzma compression: if you have a
     dual-core / quad-core it will use all the power of your cpu
    -Lzma compression (slow but very efficient algorithm) to make your
     archive smaller.
    -Support for splitting large archives into several files with a fixed
     maximum size
    -Encryption of the archive using a password. Based on blowfish from libcrypto
     from openssl.

    List of rpms provided by this srpm:
    qt-fsarchiver (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Hihin Ruslan


    ACL:
    Hihin Ruslan
    @everybody

      1. libe2fs-devel
      2. liblz4-devel
      3. liblzma-devel
      4. liblzo2-devel
      5. libzstd-devel
      6. libgcrypt-devel
      7. bzlib-devel
      8. qt5-connectivity-devel
      9. qt5-multimedia-devel
      10. qt5-phonon-devel
      11. qt5-quick1-devel
      12. qt5-sensors-devel
      13. qt5-serialport-devel
      14. qt5-speech-devel
      15. qt5-svg-devel
      16. qt5-tools-devel
      17. qt5-wayland-devel
      18. qt5-webengine-devel
      19. qt5-webkit-devel
      20. qt5-websockets-devel
      21. qt5-x11extras-devel
      22. qt5-xmlpatterns-devel
      23. libcom_err-devel
      24. libgpg-error-devel
      25. rpm-macros-qt5
      26. gcc-c++
      27. libattr-devel
      28. libblkid-devel
      29. libuuid-devel
      30. zlib-devel

    Last changed


    July 22, 2021 Stanislav Levin 0.8.4.0-alt4
    - Dropped unused dependencies on Python packages.
    April 6, 2021 Grigory Ustinov 0.8.4.0-alt3
    - Fixed FTBFS with -fcommon.
    Feb. 15, 2019 Andrey Bychkov 0.8.4.0-alt2
    - no return statement in the non-void function fixed (according g++8)