Mention 3.0.0pre5 release.
[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.  Feel free to
16 <a href="http://www.google.com/search?hl=en&q=rsync">search google for rsync</a>.
17
18 <li>
19 2002-05-15: rsync is not official GNU software, but we try to
20 work more or less in accordance with their <a
21 href="http://www.gnu.org/prep/maintain_toc.html">Guidelines for
22 Maintaining GNU Software</a>.
23
24 <li> 2002-04-10: A new tutorial on using rsync to create a system of <a
25 href="http://www.mikerubel.org/computers/rsync_snapshots/">rotating
26 backups</a>, by Mike Rubel.
27
28 <li>If you still don't know what rsync is, then take a look at the
29 <A HREF="/ftp/rsync/README">README</A>.
30
31 <li>There is now a perl script that implements
32 <a href="/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://www.dirvish.com/">Dirvish</a> is a fast, disk based,
39 rotating network backup system that was originally written by JW Schultz.
40
41 <li><a href="http://backuppc.sourceforge.net/">BackupPC</a>: a backup
42 system using rsync.  Hard-links all identical files (even between multiple
43 runs and multiple backup sources), compresses the files, provides an easy
44 interface to find and restore files, etc.
45
46 <li><a href="http://hacks.dlux.hu/drsync/">drsync</a>: a wrapper for rsync
47 that remembers file sets between invocations so that a 2-way synchronization
48 of two systems is possible.
49
50 <li><a href="http://rsyncbackup.erlang.no/">rsyncbackup</a>: a helper
51 script that uses config files to setup multiple backup scenarios and
52 invokes rsync (or rsyncX on MacOS).
53
54 <li>For those wanting to use launchd to run an rsync daemon (e.g. Mac
55 OS X Tiger users), Glen Scott provides the necessary
56 <a href="http://www.designsolution.co.uk/resources/rsync/">rsync.plist</a>
57 file.
58
59 <li>For the developer wanting to work on a branched rsync version based on
60 one of the diffs in the patches dir, you may want to check into Matt's
61 <a href="http://www.kepreon.com/~matt/myrsync/index.html#patchsync">patchsync</a>
62 script.
63
64 <!--#include virtual="doc-resources.html" -->
65
66 <li>There are a few choices for making rsync work with OS X's resource forks.
67 One is the official apple patch found on their opendarwin site, such as
68 <a href="http://darwinsource.opendarwin.org/10.4/rsync-20">this one</a>
69 (I've heard patch inefficiently transfers the entire resource fork information
70 for every file on every transfer.)  Another choice is to use a third-party
71 adapted rsync, such as
72 <a href="http://archive.macosxlabs.org/rsyncx/rsyncx.html">rsyncx</a> or a
73 <a href="http://www.quesera.com/reynhout/misc/rsync+hfsmode">rsync+hfsmode
74 patch</a> by D Andrew Reynhout.  For the future, I would like to see an rsync
75 that supports ACLs and Posix xattrs adapted to interact with resource forks in
76 a seamless way (if that's possible).
77
78 <li>Piero Orsoni wrote a GTK-based GUI for rsync called
79 <a href="http://www.opbyte.it/grsync/">grsync</a>.
80
81 <li>Thomas Roessler has written an rsync wrapper for
82 <a href="ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/">efficient,
83 safe CVS mirroring</a>.
84
85 <li>Rsync is distributed with the
86 <a href="/ftp/unpacked/rsync/support/rrsync">rrsync perl script</a>
87 that lets you restrict the rsync commands that can be run via ssh.  (This is
88 an enhanced version of Joe Smith's 
89 <a href="http://www.inwap.com/mybin/miscunix/?rrsync">original</a>.)
90
91 <li><a href="mailto:LEakin@Nostrum.COM">Lee Eakin</a> has written a <a href="rsync_wrapper.pl">perl wrapper for rsync</a>.
92
93 <li>A wire-compatible <a href="http://search.cpan.org/~cbarratt/">rsync implementation in perl</a>.
94
95 <li>A <a href="http://www.srehttp.org/apps/rxrsync/">REXX implementation of rsync</a>.
96
97 <li>An initial version of a <a href="http://www.kolosy.com/wordpress/?p=8">rewrite of rsync for .Net</a>.
98
99 <li>A patch for gzip that implements
100 <a href="/ftp/unpacked/rsync/patches/gzip-rsyncable.diff">the
101 --rsyncable option</a> makes the transfer of gzip-compressed files more efficient.
102
103 <li>You might want to check out an encryption program that is being developed
104 to produce more rsync-friendly output:
105 <a href="http://sourceforge.net/projects/rsyncrypto">rsyncrypto</a>.
106
107 <li>If you need a 2-way synchronization because both ends of the transfer may
108 be changing files, you may want to either look into a tool designed to do this
109 (e.g. <a href="http://freshmeat.net/projects/unison/">unison</a>), or you may
110 wish to use an external wrapper for rsync that keeps extra data about what was
111 in the last transfer so that it can figure out if a file is new or deleted
112 (e.g. <a href="http://freshmeat.net/projects/drsync/">drsync</a>).
113
114 </ul>
115
116 <!--#include virtual="footer.html" -->