gnu: obnam: Add deprecation warning.
* gnu/packages/backup.scm (obnam)[synopsis, description]: Note its retirement.
This commit is contained in:
parent
cd1e138cc6
commit
a93de1ae9e
gnu/packages
|
@ -740,12 +740,15 @@ NTFS volumes using @code{ntfs-3g}, preserving NTFS-specific attributes.")
|
||||||
("python2-pep8" ,python2-pep8)
|
("python2-pep8" ,python2-pep8)
|
||||||
("python2-pylint" ,python2-pylint)))
|
("python2-pylint" ,python2-pylint)))
|
||||||
(home-page "https://obnam.org/")
|
(home-page "https://obnam.org/")
|
||||||
(synopsis "Easy and secure backup program")
|
(synopsis "Retired backup program")
|
||||||
(description "Obnam is an easy, secure backup program. Features
|
(description
|
||||||
include snapshot backups, data de-duplication and encrypted backups
|
"Warning: @uref{https://blog.liw.fi/posts/2017/08/13/retiring_obnam/,
|
||||||
using GnuPG. Backups can be stored on local hard disks, or online via
|
the Obnam project is retired}. You should use another backup solution instead.
|
||||||
the SSH SFTP protocol. The backup server, if used, does not require
|
|
||||||
any special software, on top of SSH.")
|
Obnam was an easy, secure backup program. Features included snapshot backups,
|
||||||
|
data de-duplication and encrypted backups using GnuPG. 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.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public dirvish
|
(define-public dirvish
|
||||||
|
|
Loading…
Reference in New Issue