-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (29 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
D i s k A R c h i v e
PRESENTATION
================
dar is a shell command, that makes backup of a directory tree and files.
It has been tested under Linux, Windows (95, 2000, NT, XP), OpenSolaris,
FreeBSD and NetBSD, it has been reported as working under Mac OS X 10.3
(where it takes care of file forks but not of the ACL).
External GUI are possible and exist thanks to the libdar library and its API,
which is contained in within this source package.
Actually dar is a set of six commands over libdar library:
dar
dar_xform
dar_slave
dar_manager
dar_static (statically linked version of dar, not all system
support static linking)
dar_cp
This library is part of dar and licensed under the GNU General
Public License (GPL in the following) like all the source code of the Dar
suite programs. This imply that you can link libdar to your programs at
the condition that your programs are also covered by the GPL too, which says
in particular that you must provide source code of your program. See
COPYING file for details.
DOCUMENTATION
==============
For the documentation, see doc/README
INSTALLATION
==============
see INSTALL file