upcoming new release
[rersyncrecent.git] / README
blobcf074c9fa3d237542dcf1482057aec875874b63a
1 rersyncrecent / File-Rsync-Mirror-Recent
3 This is about speeding up rsync operation on large trees to many
4 places. Uses a small metadata cocktail and pull technology. See
5 README.mirrorcpan for a plan for a better CPAN backbone.
7 INSTALLATION
9 To install this module, run the following commands:
11         perl Makefile.PL
12         make
13         make test
14         make install
16 SUPPORT AND DOCUMENTATION
18 After installing, you can find documentation for this module with the
19 perldoc command.
21     perldoc File::Rsync::Mirror::Recent
23 You can also look for information at:
25     RT, CPAN's request tracker
26         http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Rsync-Mirror-Recent
28     AnnoCPAN, Annotated CPAN documentation
29         http://annocpan.org/dist/File-Rsync-Mirror-Recent
31     CPAN Ratings
32         http://cpanratings.perl.org/d/File-Rsync-Mirror-Recent
34     Search CPAN
35         http://search.cpan.org/dist/File-Rsync-Mirror-Recent
37 REPOSITORY
39 Recent changes can be (re)viewed in the public GIT repository at
41     git://repo.or.cz/rersyncrecent.git
43 COPYRIGHT AND LICENCE
45 Copyright (C) 2008 Andreas König
47 This program is free software; you can redistribute it and/or modify it
48 under the same terms as Perl itself.