1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Implemented issue #132: Improved command-line help.

Implemented issue #133: Dynamic module loading where possible.
This commit is contained in:
David Steele
2015-09-08 07:31:24 -04:00
parent 0913072c45
commit ac3c0d43ab
49 changed files with 3331 additions and 838 deletions

View File

@ -15,7 +15,7 @@ use lib dirname($0) . '/../lib';
use BackRest::Common::Exception;
use BackRest::Common::Ini;
use BackRest::Common::Log;
use BackRest::Config;
use BackRest::Config::Config;
use BackRest::Protocol::IO;
####################################################################################################################################