wok diff dar/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 23e58fed9a40
children
line diff
     1.1 --- a/dar/description.txt	Mon Jan 13 07:45:07 2020 +0100
     1.2 +++ b/dar/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,11 +1,8 @@
     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).
    1.15 +Dar, which stands for Disk ARchive, is a robust and rich featured
    1.16 +archiving and backup software.
    1.17 +
    1.18 +It is composed of:
    1.19 +
    1.20 +* a library called libdar that exposes both a C++ and a python API,
    1.21 +* a command line program called dar that leverages all the features
    1.22 +  of libdar.