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

Move backup modules into Backup directory.

This commit is contained in:
David Steele
2017-05-15 16:01:00 -04:00
parent 2a23157bf2
commit 5296747271
37 changed files with 1371 additions and 1370 deletions

View File

@ -14,7 +14,7 @@ use Carp qw(confess);
use File::Basename qw(dirname);
use pgBackRest::Archive::ArchiveInfo;
use pgBackRest::BackupInfo;
use pgBackRest::Backup::Info;
use pgBackRest::DbVersion;
use pgBackRest::Common::Exception;
use pgBackRest::Common::Ini;