This repository was archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcredits.html
93 lines (77 loc) · 4.42 KB
/
credits.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Features - rdiff-backup</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>rdiff-backup</h1>
<h2>Reverse differential backup tool, over a network or locally.</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/rdiff-backup/rdiff-backup/archive/r1-2-8.zip" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/rdiff-backup/rdiff-backup/archive/r1-2-8.tar.gz" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/rdiff-backup/rdiff-backup" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<section id="pages" class="clearfix">
<a href="index.html" id="features" class="button"><span>Introduction</span></a>
<a href="docs/docs.html" id="docs" class="button">Documentation</a>
</section>
<hr>
<section id="main_content">
<h3><a name="ToC2">rdiff-backup Credits</a></h3>
<p><a href="https://github.com/rdiff-backup" class="user-mention">@rdiff-backup</a> is the current maintainer of rdiff-backup. </p>
<p>Project Lead / Maintainer History:</p>
<ul>
<li>From August 2019 onwards the main driver for the project is Eric L. supported by Seravo.<li>
<li>Sol1 took over stewardship of rdiff-backup from February 2016.</li>
<li>Edward Ned Harvey, maintainer 2012 to 2016</li>
<li>Andrew Ferguson, maintainer 2008 to 2012</li>
<li>Dean Gaudet, maintainer 2006 to 2007</li>
<li>Ben Escoto, original author, maintainer 2001 to 2005.</li>
</ul>
<p>Other code contributors are:</p>
<ul>
<li>Daniel Hazelbaker, who contributed Mac OS X resource fork support. (July 2003)</li>
<li>Dean Gaudet, for checking in many patches, and for finding and fixing many bugs.</li>
<li>Andrew Ferguson, for improving Mac OS X support and fixing many user-reported bugs.</li>
<li>Josh Nisly, for contributing native Windows support. (June 2008)</li>
<li>Fred Gansevles, for contributing Windows ACLs support. (July 2008)</li>
</ul>
<p>Thanks also to:</p>
<ul>
<li>The <a href="http://www.fsf.org/">Free Software Foundation</a>, for previously hosting the rdiff-backup project via their Savannah system.</li>
<li>Andrew Tridgell and Martin Pool for writing rdiff, and also for rsync, which gave Ben Escoto the idea</li>
<li>Martin Pool and Donovan Baarda for their work on librsync, which rdiff-backup needs.</li>
<li>Michael Friedlander for initially acting interested in the idea and giving me accounts for testing</li>
<li>Lots of people on the mailing list for their helpful comments, advice, and patches, particularly Alberto Accomazzi, Donovan Baarda, Jeb Campbell, Greg Freemyer, Jamie Heilman, Marc Dyksterhouse, and Ralph Lehmann.</li>
</ul>
</div>
</section>
<footer>
rdiff-backup development is supported by maintained by <a href="https://seravo.com/opensource/">Seravo</a> and <a href="https://github.com/sol1">sol1</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179964217-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179964217-1');
</script>
</body>
</html>