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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link href="style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>Dar's Documentation</title>
</head>
<body>
<div class=top>
<img alt="DAR's Documentation" src="dar_s_doc.jpg" style="float:left;">
<h1>Main page for <a href="http://dar.linux.free.fr/">dar</a>'s documentation</h1>
</div>
<div class=page>
<div class=menuleft>
<div class=menuitem>
<a href="index.html">Presentation</a>
</div>
<div class=menuitem>
<a href="from_sources.html">Building dar/libdar</a>
</div>
<div class=menuitemactive>
<a href="index_dar.html">Dar documentation</a>
</div>
<div class=menuitem>
<a href="index_libdar.html">Libdar documentation</a>
</div>
<div class=menuitem>
<a href="index_internal.html">Libdar's internals</a>
</div>
</div>
<div class=mainleft>
<p>
The following documentation focuses on the <i>dar</i> command-line tools:
</p>
<ul>
<li><a href="Tutorial.html">Tutorial</a></li>
<li><a href="mini-howto/index.html">Mini-Howto</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="usage_notes.html">command line usage notes</a></li>
<li><a href="man/index.html">Man pages</a></li>
<li><a href="Good_Backup_Practice.html">Good Backup Practice short Guide</a></li>
<li><a href="samples/index.html">Sample and real Scripts</a></li>
<li><a href="restoration-with-dar.html">Flexible restoration with dar</a></li>
</ul>
<p>
If after having read the previous documents, you still missing some information, you
are welcome to <a href="https://sourceforge.net/p/dar/mailman/dar-support/">ask for support</a>
</p>
<p>
Several <a href="presentation.html#external_tools">external tools</a> are based on <i>libdar</i> or <i>dar</i>
and will provide some or all of the features presented in the documentation referred above.
Thanks to refer to their respective documentation.
</p>
</div>
</div>
</body>
</html>
|