diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-20 17:18:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-20 17:18:48 +0000 |
commit | 6775793bbb51eae1bbfe004803514c9c34eedfe4 (patch) | |
tree | bccc590a409dff8427cdc7b9693fcdc34797bf6f /sysutils/dar/pkg-descr | |
parent | ebb89758b2ba8df7159e025d14b47cf1cd57d1b9 (diff) |
Notes
Diffstat (limited to 'sysutils/dar/pkg-descr')
-rw-r--r-- | sysutils/dar/pkg-descr | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/dar/pkg-descr b/sysutils/dar/pkg-descr index 38afbc61d025..46ade6487a52 100644 --- a/sysutils/dar/pkg-descr +++ b/sysutils/dar/pkg-descr @@ -1,9 +1,10 @@ -DAR is a command-line backup tool, that uses compression, -makes differential or full backups, which can be split over -several files or disks. Dar saves *all* UNIX inode types, -hard links, as well as Extended Attributes. -And many other features ... +dar is a shell command that backs up directory trees and files. It has been +tested under Linux, Windows, Solaris, FreeBSD, NetBSD, MacOS X and several +other systems, it is released under the GNU General Public License (GPL). +Since version 2.0.0 an Application Interface (API) is available, opening the +way for external/independent Graphical User Interfaces (GUIs) like kdar. +This API relies on the libdar library, which is the core part of DAR +programs; as such, the API is released under the GPL. Consequently, to use +the API, your program must be released under the GPL as well. WWW: http://dar.linux.free.fr/ - -Author: Denis Corbin <edrusb@users.sourceforge.net> |