1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/lib/pgBackRest/Storage
David Steele 4744eb9387 Add storagePathRemove() and use it in the Perl Posix driver.
This implementation should be faster because it does not stat each file.  It simply assumes that most directory entries are files so attempts an unlink() first.  If the entry is reported by error codes to be a directory then it attempts an rmdir().
2018-04-11 08:21:09 -04:00
..
Cifs Storage and IO layer refactor: 2017-06-09 17:51:41 -04:00
Filter Inflate performance improvement for gzip filter and full unit test coverage. 2017-11-14 15:12:31 -05:00
Posix Add storagePathRemove() and use it in the Perl Posix driver. 2018-04-11 08:21:09 -04:00
S3 Improve S3 delete performance. 2018-02-18 14:54:32 -05:00
Base.pm Make backup directory sync more efficient. 2018-04-03 21:30:15 -04:00
Helper.pm Configuration rules are now pulled from the C library when present. 2017-08-25 16:47:47 -04:00
Local.pm Fix directory syncs running recursively when only the specified directory should be synced. 2018-04-03 18:12:03 -04:00