NAME
App::MBUtiny::Storage::Local - App::MBUtiny::Storage subclass for local storage support
VIRSION
Version 1.00
SYNOPSIS
<Host "foo">
<Local>
#FixUP on
Localdir /path/to/foo/storage
Localdir /path/to/bar/storage
Comment Local storage said blah-blah-blah # Optional for collector
</Local>
# . . .
</Host>
DESCRIPTION
App::MBUtiny::Storage subclass for local storage support
del
Removes the specified file. This is backend method of "del" in App::MBUtiny::Storage
get
Gets the backup file from storage and saves it to specified path. This is backend method of "get" in App::MBUtiny::Storage
init
The method performs initialization of storage. This is backend method of "init" in App::MBUtiny::Storage
list
Gets backup file list on storage. This is backend method of "list" in App::MBUtiny::Storage
local_storages
my @list = $storage->local_storages;
Returns list of local storage nodes
put
Sends backup file to storage. This is backend method of "put" in App::MBUtiny::Storage
test
Storage testing. This is backend method of "test" in App::MBUtiny::Storage
HISTORY
See Changes
file
TO DO
See TODO
file
BUGS
* none noted
SEE ALSO
AUTHOR
Serż 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 LICENSE
file and https://dev.perl.org/licenses/