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

NAME

App::MBUtiny - BackUp system for Your WEBsites

VERSION

Version 1.09

SYNOPSIS

    use App::MBUtiny;

ABSTRACT

App::MBUtiny - BackUp system for Your WEBsites

DESCRIPTION

BackUp system for Your WEBsites

METHODS

new
    my $mbu = new App::MBUtiny( $c );

Returns object. $c -- CTK object

backup
    my $status = $mbu->backup( [qw( ... host names ... )] );

Run BackUp for all or specified names of hosts

restore
    my $status = $mbu->test( [qw( ... host names ... ), $date] );

Restore files for all or specified hosts by date

test
    my $status = $mbu->test( [qw( ... host names ... )] );

Testing all or specified hosts

checkup
    my $status = $mbu->checkup( [qw( ... host names ... )] );

Checking backups for all or specified names of hosts

c
    my $c = $mbu->c;

Returns CTK object

msg
    print $mbu->msg;

Set/Get message. Method returns informational message of MBUtiny

show
    print $mbu->show;

Set/Get message for user. Method returns informational message for user of MBUtiny

HISTORY

See CHANGES file

DEPENDENCIES

CTK

TO DO

See TODO file

BUGS

* none noted

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 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