wok diff dar/description.txt @ rev 23367
updated perl-math-round (0.06 -> 0.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:15:04 2020 +0100 (2020-03-31) |
parents | |
children | c6f002071d21 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dar/description.txt Tue Mar 31 13:15:04 2020 +0100 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).