1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/BackRest
David Steele 60550cd45b Archive async now works local, but there is a pending bug to make sure archive::path != backup::path.
Added code to be sure that restore will not try to log into the backup path unless it is local.
2015-01-28 00:28:21 -05:00
..
Backup.pm Recovery is working for none and default, but unit tests are not complete. 2015-01-27 11:44:23 -05:00
Config.pm Archive async now works local, but there is a pending bug to make sure archive::path != backup::path. 2015-01-28 00:28:21 -05:00
Db.pm Implemented timestamp last modified to record the time of the last modified file in the backup. Also added timestamp-db-start and timestamp-db-stop to for more info. timestamp-db-start can be used for PITR. 2015-01-03 16:49:26 -05:00
Exception.pm Recovery is working for none and default, but unit tests are not complete. 2015-01-27 11:44:23 -05:00
File.pm Recovery is working for none and default, but unit tests are not complete. 2015-01-27 11:44:23 -05:00
Manifest.pm Ready to start writing recovery unit tests. 2015-01-26 14:59:58 -05:00
ProcessAsync.pm Removed moose from File object. 2014-10-10 15:13:28 -04:00
Remote.pm Fixed the way wait was done after the manifest is created. Previously, waits were done for base and each tablespace which is not very efficient. Now one wait is done after the entire manifest is built. Also storing the exact time that copy began. 2015-01-06 13:08:56 -05:00
Restore.pm Restores except for type=none are mostly working. There are some failing unit tests to fix. 2015-01-27 22:59:59 -05:00
ThreadGroup.pm Cleaned up some time functions. 2015-01-25 12:20:12 -05:00
Utility.pm Fixed wait_for_file() so that it will not error if the path does not yet exist. 2015-01-28 00:26:20 -05:00