wok-current
annotate dar/description.txt @ rev 24257
updated perl-test-nowarnings (1.04 -> 1.06)
author |
Hans-G?nter Theisgen |
date |
Sun Jan 02 10:05:21 2022 +0100 (2022-01-02) |
parents |
|
children |
c6f002071d21 |
rev |
line source |
Hans-G?nter@22628
|
1 dar is a shell command that backs up from a single file to a whole filesystems,
|
Hans-G?nter@22628
|
2 taking care of hard links, Extended Attributes, sparse files, MacOS's file forks,
|
Hans-G?nter@22628
|
3 any inode type (including Solaris Door inodes), etc.
|
Hans-G?nter@22628
|
4 It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD, MacOS X and
|
Hans-G?nter@22628
|
5 several other systems and is released under the GNU General Public License (GPL).
|
Hans-G?nter@22628
|
6 It relies on the libdar library and its APplication Interface (API), which is the
|
Hans-G?nter@22628
|
7 core part of dar programs; as such, this library is released under the GPL along
|
Hans-G?nter@22628
|
8 with dar.
|
Hans-G?nter@22628
|
9 Consequently, to use the API, your program must be released under the GPL as well.
|
Hans-G?nter@22628
|
10 Some external programs do rely directly on libdar or on the dar command-line tool
|
Hans-G?nter@22628
|
11 to provide Graphical User Interfaces (GUI).
|