wok diff dar/description.txt @ rev 23978

lyx: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 06 17:28:17 2020 +0000 (2020-11-06)
parents
children c6f002071d21
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dar/description.txt	Fri Nov 06 17:28:17 2020 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +dar is a shell command that backs up from a single file to a whole filesystems,
     1.5 +taking care of hard links, Extended Attributes, sparse files, MacOS's file forks,
     1.6 +any inode type (including Solaris Door inodes), etc.
     1.7 +It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD, MacOS X and
     1.8 +several other systems and is released under the GNU General Public License (GPL).
     1.9 +It relies on the libdar library and its APplication Interface (API), which is the
    1.10 +core part of dar programs; as such, this library is released under the GPL along
    1.11 +with dar.
    1.12 +Consequently, to use the API, your program must be released under the GPL as well.
    1.13 +Some external programs do rely directly on libdar or on the dar command-line tool
    1.14 +to provide Graphical User Interfaces (GUI).