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

NAME

mbutiny - easily interact with App::MBUtiny from the command line

VERSION

Version 1.49

SYNOPSIS

    mbutiny [options] [commands [args]] 

    mbutiny [-dlvt]

    mbutiny [--debug] [--log] [--testmode] [--conf=CONFFILE] [--datadir=DATADIR]
            [ test | void | backup [HOSTs] | restore [HOSTs] [YYYY.MM.DD] |
              checkup [HOSTs] [YYYY.MM.DD] ]

OPTIONS

--conf=CONFFILE, --config=CONFFILE

Full path of the configuration file. The configuration file allows determine the basic default settings, which will use the system if it fails to specify additional configuration files in $CONFDIR directory. The default system path /etc/mbutiny/mbutiny.conf

-d, --debug

Enable debug mode. In this mode, debug messages are displayed on the screen

-D DATADIR, --datadir=DATADIR, --dir=DATADIR

The directory of temporary files. Default: system temp directory

-h, --help

Show help information

-l, --log

Enabling write debug information to the log file mbutiny_debug.log. Do not confuse the debug logging from regular logging to a file mbutiny.log. Regular logging allows you to store information in mbutiny.log on the progress of the processes module (test, backup, restore), whereas debug logging for debugging of the internal components of the module.

To control the level of debugging mbutiny.log see parameter LogEnable and LogLevel.

-t, --testmode

Enabling test mode. The use is not recommended

-v, --verbose

Enabling at which displays information about the progress on the screen

COMMANDS

test [HOSTs]

Testing of these hosts. Default - all included in the work of the hosts.

void

The program starts and does nothing. Is used to test run

backup [HOSTs]

Compressing all the objects for the specified hosts and then send the resulting archive to the repository.

Default - all included in the work of the hosts.

restore [HOSTs] [DATE]

Download the file from the repository previously created backup by hostname. Each downloaded file is unpacked into a directory named host.

Default - all included in the work of the hosts.

DATE - Date of backup. In format: DD.MM.YYYY or YYYY.MM.DD

checkup [HOSTs] [DATE]

Checking backups by hostname.

Default - all included in the work of the hosts.

DATE - Date of backup. In format: DD.MM.YYYY or YYYY.MM.DD

DESCRIPTION

BackUp system for Your WEBsites. See README file

HISTORY

1.00 / Sun Aug 17 11:10:13 2014 GMT

Init version

See CHANGES file

DEPENDENCIES

CTK, WWW::MLite

TO DO

See TODO file

BUGS

Coming soon

SEE ALSO

perl, CTK, WWW::MLite

AUTHOR

Serz Minus (Lepenkov Sergey) http://www.serzik.com <minus@mail333.com>

COPYRIGHT

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

LICENSE

This program is distributed under the GNU GPL v3.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file