The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:App-MBUtiny ABALAMA"

mbutiny - утилита резервного копирования ваших сайтов и других элементов файловой системы River stage zero No dependents

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny - Websites and any file system elements backup tool River stage zero No dependents

Websites and any file system elements backup tool FEATURES Backup Files and Folders Backup small databases Run external utilities for object preparation Supported storage of backups on local drives Supported storage of backups on remote SFTP storages...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Util - Internal utilities used by App::MBUtiny module River stage zero No dependents

Internal utility functions explain print explain( $object ); Returns Data::Dumper dump filesize my $fsize = filesize( $file ); Returns file size hide_password print hide_password('http://user:password@example.com'); # 'http://user:*****@example.com' ...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage - App::MBUtiny storage class River stage zero No dependents

App::MBUtiny storage class Storage - is a directory on disk, a remote FTP/SFTP/ HTTP server or CLI process that simulates storage functional. new my $storage = new App::MBUtiny::Storage( name => $name, # Backup name host => $host, # Host config secti...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::ConfigSkel - Configuration skeleton for App::MBUtiny River stage zero No dependents

Configuration skeleton for App::MBUtiny no public methods build, dirs, pool Main methods. For internal use only...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Collector - Collector class River stage zero No dependents

Collector class new my $collector = new App::MBUtiny::Collector( collector_config => [{}, {}, ...], dbi_config => {...}, # App::MBUtiny::Collector::DBI arguments dbi => $dbi, # App::MBUtiny::Collector::DBI object ); Creates the collector object with ...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage::FTP - App::MBUtiny::Storage subclass for FTP storage support River stage zero No dependents

App::MBUtiny::Storage subclass for FTP 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 A...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage::HTTP - App::MBUtiny::Storage subclass for HTTP storage support River stage zero No dependents

App::MBUtiny::Storage subclass for HTTP 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 ...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage::SFTP - App::MBUtiny::Storage subclass for SFTP storage support River stage zero No dependents

App::MBUtiny::Storage subclass for SFTP storage support NOTE! For initialization SSH connection please run follow commands first: ssh-keygen -t rsa ssh-copy-id -i /path/to/private/file.pub user@example.com del Removes the specified file. This is back...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage::Local - App::MBUtiny::Storage subclass for local storage support River stage zero No dependents

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

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Collector::DBI - Collector database interface River stage zero No dependents

Collector database interface new my $dbi = new App::MBUtiny::Collector::DBI( dsn => "DBI:mysql:database=mbutiny;host=mysql.example.com", user => "username", password => "password", set => [ "RaiseError 0", "PrintError 0", "mysql_enable_utf8 1", ], );...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Storage::Command - App::MBUtiny::Storage subclass for Command storage support River stage zero No dependents

App::MBUtiny::Storage subclass for Command storage support del Removes the specified file. This is backend method of "del" in App::MBUtiny::Storage Variables: PATH, HOST, NAME get Gets the backup file from storage and saves it to specified path. This...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Collector::Client - Client for access to App::MBUtiny collector server River stage zero No dependents

Client for access to App::MBUtiny collector server This module is based on WWW::MLite::Client class new my $client = new App::MBUtiny::Collector::Client( url => 'http://test:test@localhost/mbutiny', # Base URL timeout => 180, # default: 180 verbose =...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

App::MBUtiny::Collector::Server - MBUtiny collector server River stage zero No dependents

MBUtiny collector server This class provides WWW::MLite REST server methods for MBUtiny collector See "collector.cgi.sample" file for example...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC

mbutiny - easily interact with App::MBUtiny from the command line River stage zero No dependents

Websites and any file system elements backup tool See WWW::MLite for details...

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC
15 results (0.028 seconds)