stub for trying a few things out
[rersyncrecent.git] / README
blob170df5c645e1af9e297071a63f76bd6baed1b78e
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.
6 INSTALLATION
8 To install this module, run the following commands:
10         perl Makefile.PL
11         make
12         make test
13         make install
15 SUPPORT AND DOCUMENTATION
17 After installing, you can find documentation for this module with the
18 perldoc command.
20     perldoc File::Rsync::Mirror::Recent
22 You can also look for information at:
24     RT, CPAN's request tracker
25         http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Rsync-Mirror-Recent
27     AnnoCPAN, Annotated CPAN documentation
28         http://annocpan.org/dist/File-Rsync-Mirror-Recent
30     CPAN Ratings
31         http://cpanratings.perl.org/d/File-Rsync-Mirror-Recent
33     Search CPAN
34         http://search.cpan.org/dist/File-Rsync-Mirror-Recent
36 REPOSITORY
38 Recent changes can be (re)viewed in the public GIT repository at
40     git://repo.or.cz/rersyncrecent.git
42 COPYRIGHT AND LICENCE
44 Copyright (C) 2008 Andreas König
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.