Changed the background color for one table element.
[rsync-web.git] / resources.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>rsync resources</TITLE>
5 </HEAD>
6 <!--#include virtual="header.html" -->
7
8 <H2 align="center">rsync resources</H2>
9
10 Please <a href="lists.html">let us know</a> if you have any rsync-related
11 documents to add to this list:
12
13 <ul> 
14
15 <li>Google knows more than we do.  Here are <a
16 href="http://www.google.com/search?hl=en&q=rsync">400,000 more
17 rsync resources</a>.
18
19 <li>
20 2002-05-15: rsync is not official GNU software, but we try to
21 work more or less in accordance with their <a
22 href="http:// www.gnu.org/prep/maintain_toc.html">Guidelines for
23 Maintaining GNU Software</a>.
24
25 <li> 2002-04-10: A new tutorial on using rsync to create a system of <a
26 href="http://www.mikerubel.org/computers/rsync_snapshots/">rotating
27 backups</a>, by Mike Rubel.
28
29 <li>If you still don't know what rsync is then take a look at the <A HREF="/ftp/rsync/README">README</A>.
30
31 <li>There is now a perl script that implements
32 <a href="http://rsync.samba.org/ftp/unpacked/rsync/support/atomic-rsync">an
33 atomic update</a> of the received files at the end of the transfer (when pulling).
34
35 <li> Brian Elliott Finley has put together a great Linux install system based
36 on rsync. You you read about it at <a href="http://thefinleys.com/SystemImager/">http://thefinleys.com/SystemImager/</a>
37
38 <li><a href="http://backuppc.sourceforge.net/">BackupPC</a>: a backup
39 system using rsync.  Hard-links all identical files (even between multiple
40 runs and multiple backup sources), compresses the files, provides an easy
41 interface to find and restore files, etc.
42
43 <li><a href="http://hacks.dlux.hu/drsync/">drsync</a>: a wrapper for rsync
44 that remembers file sets between invocations so that a 2-way synchronization
45 of two systems is possible.
46
47 <li><a href="http://rsyncbackup.erlang.no/">rsyncbackup</a>: a helper
48 script that uses config files to setup multiple backup scenarios and
49 invokes rsync (or rsyncX on MacOS).
50
51 <!--#include virtual="doc-resources.html" -->
52
53 <li> Thomas Roessler has written a rsync wrapper for efficient, safe
54 CVS mirroring. See <A HREF="ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/">ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/</A>
55
56 <li>Joe Smith has <a href="http://www.inwap.com/mybin/miscunix/?rrsync">a nice
57 perl script</a> that lets you restrict the rsync commands that can be run via
58 ssh.
59
60 <li><a href="mailto:LEakin@Nostrum.COM">Lee Eakin</a> has written a <a href="rsync_wrapper.pl">perl wrapper for rsync</a>.
61
62 <li>A wire-compatible <a href="http://search.cpan.org/~cbarratt/">rsync implementation in perl</a>.
63
64 <li>A <a href="http://www.srehttp.org/apps/rxrsync/">REXX implementation of rsync</a>!
65
66 <li>A patch for gzip that implements
67 <a href="http://rsync.samba.org/ftp/unpacked/rsync/patches/gzip-rsyncable.diff">the
68 --rsyncable option</a> makes the transfer of gzip-compressed files more efficient.
69
70 <li>You might want to check out an encryption program that is being developed
71 to produce more rsync-friendly output:
72 <a href="http://sourceforge.net/projects/rsyncrypto">rsyncrypto</a>.
73
74 </ul>
75
76 <!--#include virtual="footer.html" -->