wok view dar/description.txt @ rev 22711

exempi: add bin/exempi
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jan 22 11:18:51 2020 +0100 (2020-01-22)
parents
children c6f002071d21
line source
1 dar is a shell command that backs up from a single file to a whole filesystems,
2 taking care of hard links, Extended Attributes, sparse files, MacOS's file forks,
3 any inode type (including Solaris Door inodes), etc.
4 It has been tested under Linux, Windows, Solaris, FreeBSD, NetBSD, MacOS X and
5 several other systems and is released under the GNU General Public License (GPL).
6 It relies on the libdar library and its APplication Interface (API), which is the
7 core part of dar programs; as such, this library is released under the GPL along
8 with dar.
9 Consequently, to use the API, your program must be released under the GPL as well.
10 Some external programs do rely directly on libdar or on the dar command-line tool
11 to provide Graphical User Interfaces (GUI).