Пакет obnam: Информация

    Исходный пакет: obnam
    Версия: 1.17-alt1
    Собран:  17 октября 2015 г. 20:08 в задании #151709
    Сообщить об ошибке в пакете
    Домашняя страница: http://obnam.org/

    Лицензия: GPLv3+
    О пакете: An easy, secure backup program
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    obnam (x86_64, i586)
    obnam-debuginfo (x86_64, i586)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

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

    Последнее изменение


    17 октября 2015 г. Vitaly Lipatov 1.17-alt1
    - new version 1.17 (with rpmrb script)
    12 августа 2015 г. Vitaly Lipatov 1.13-alt1
    - initial build for ALT Linux Sisyphus
    9 августа 2015 г. Michel Alexandre Salim <salimma@fedoraproject.org> - 1.13-2
    - Fix spec typo - PyYAML should be listed as Requires (bz# 1251619)