NAME
rrr-client - continously mirror recent updates
SYNOPSIS
rrr-client [options]
rrr-client --source some.mirror::module/ --target /some/dir/
OPTIONS
- --help|h
-
Prints a brief message and exists.
- --source=s
-
Source to mirror from, including the name of the RECENT metadata file. For example
cpan-rsync.perl.org::CPAN/RECENT.recent
. - --target=s
-
Destination directory for the mirror.
- --user=s
-
Username if the rsync source requires it.
- --password=s
-
Password if the rsync source requires it. Can also be set by setting the environment variable RSYNC_PASSWORD.
- --runstatusfile=s
-
Only needed for debugging. Path to the internally used status file. Argument is passed through to the File::Rsync::Mirror::Recent object.
- --skip-deletes!
-
Defaults to false. If true, skips all delete events in the index files which means no files are being deleted that have been deleted upstream.
- --tmpdir=s
-
Directory for temporary files; should be on the same file system partition as the
--target
directory. - --verbose!
-
Defaults to false. Note: Older versions of rrr-client defaulted to being verbose.
- --verboselog=s
-
Path to the logfile to write verbose progress information to.
DESCRIPTION
Mirror a remote directory based on a set of RECENT* files provided by the remote server.