This website requires JavaScript.
Explore
Help
Register
Sign In
db
/
pgbackrest
Watch
1
Star
0
Fork
0
You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced
2025-03-03 14:52:21 +02:00
Code
Issues
Releases
Activity
pgbackrest
/
lib
/
BackRest
History
David Steele
d6d57e654e
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
..
Backup.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
Config.pm
File->manifest detects files that are modified in the future.
2015-01-03 14:22:59 -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
Removed moose from File object.
2014-10-10 15:13:28 -04:00
File.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
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
Added INFO level logging when paths/files/links are removed during the clean phase of restore deltas.
2015-01-02 14:15:15 -05:00
ThreadGroup.pm
Basic restore functionality is working.
2014-12-22 11:24:32 -05:00
Utility.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