Package obnam: Information

    Source package: obnam
    Version: 1.17-alt1
    Build time:  Oct 17, 2015, 08:08 PM in the task #151709
    Category: File tools
    Report package bug
    Home page: http://obnam.org/

    License: GPLv3+
    Summary: An easy, secure backup program
    Description: 
    Obnam is an easy, secure backup program. Backups can be stored on
    local hard disks, or online via the SSH SFTP protocol. The backup
    server, if used, does not require any special software, on top of SSH.
    
    Some features that may interest you:
    
     * Snapshot backups. Every generation looks like a complete snapshot,
       so you don't need to care about full versus incremental backups, or
       rotate real or virtual tapes.
    
     * Data de-duplication, across files, and backup generations. If the
       backup repository already contains a particular chunk of data, it
       will be re-used, even if it was in another file in an older backup
       generation. This way, you don't need to worry about moving around
       large files, or modifying them.
    
     * Encrypted backups, using GnuPG.
    
    Obnam can do push or pull backups, depending on what you need. You can
    run Obnam on the client, and push backups to the server, or on the
    server, and pull from the client over SFTP. However, access to live
    data over SFTP is currently somewhat limited and fragile, so it is not
    recommended.

    List of rpms provided by this srpm:
    obnam (x86_64, i586)
    obnam-debuginfo (x86_64, i586)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. genbackupdata
      2. attr
      3. gnupg
      4. cmdtest
      5. summain
      6. python-devel
      7. python-module-cliapp
      8. libattr-devel
      9. python-module-larch
      10. python-module-paramiko
      11. python-module-tracing
      12. python-module-ttystatus
      13. python-module-yaml

    Last changed


    Oct. 17, 2015 Vitaly Lipatov 1.17-alt1
    - new version 1.17 (with rpmrb script)
    Aug. 12, 2015 Vitaly Lipatov 1.13-alt1
    - initial build for ALT Linux Sisyphus
    Aug. 9, 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 1.13-2
    - Fix spec typo - PyYAML should be listed as Requires (bz# 1251619)