The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

distsync - launcher of synchronization via App::DistSync

SYNOPSIS

    distsync [options] [commands]

    distsync -D /var/www/dist init

    distsync [-d] -D /var/www/dist [-T TIMEOUT] [sync]

OPTIONS

-d, --debug

Enable debug mode

-D /path/to/directory, --dir=/path/to/directory

Sets working directory

-h, --help

Show short help information and quit

-H, --longhelp

Show long help information and quit

-T secs, --timeout=secs

Set timeout for HTTP requests

-V, --version

Print the version number of the program and quit

-k secs, --keep=secs

Max amount of seconds before breaking lock (0 for never, default is 3600)

COMMANDS

init

Initializing the mirror in the specified directory

sync

Synchronization of the specified directory with the remote resources (mirrors)

DESCRIPTION

Launcher of synchronization via App::DistSync

See App::DistSync for details

AUTHOR

Serz Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See https://dev.perl.org/licenses/