add a test for mirror(after)
[rersyncrecent.git] / README
blob8ff140b1338255692ff12caa24e02a0a04036b0a
1 rersyncrecent / File-Rsync-Mirror-Recentfile
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::Recentfile
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-Recentfile
27     AnnoCPAN, Annotated CPAN documentation
28         http://annocpan.org/dist/File-Rsync-Mirror-Recentfile
30     CPAN Ratings
31         http://cpanratings.perl.org/d/File-Rsync-Mirror-Recentfile
33     Search CPAN
34         http://search.cpan.org/dist/File-Rsync-Mirror-Recentfile
37 COPYRIGHT AND LICENCE
39 Copyright (C) 2008 Andreas König
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.