1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-01 06:46:52 +03:00

SFTP support for repository storage.

This commit is contained in:
Reid Thompson
2023-05-13 12:16:16 -04:00
committed by GitHub
parent 0c1f823e7a
commit 87087fac23
48 changed files with 8826 additions and 160 deletions

View File

@ -1859,6 +1859,42 @@ src/storage/s3/write.h:
class: core
type: c/h
src/storage/sftp/helper.c:
class: core
type: c
src/storage/sftp/helper.h:
class: core
type: c/h
src/storage/sftp/read.c:
class: core
type: c
src/storage/sftp/read.h:
class: core
type: c/h
src/storage/sftp/storage.c:
class: core
type: c
src/storage/sftp/storage.h:
class: core
type: c/h
src/storage/sftp/storage.intern.h:
class: core
type: c/h
src/storage/sftp/write.c:
class: core
type: c
src/storage/sftp/write.h:
class: core
type: c/h
src/storage/storage.c:
class: core
type: c
@ -2163,6 +2199,22 @@ test/src/common/harnessInfo.h:
class: test/harness
type: c/h
test/src/common/harnessIo.c:
class: test/harness
type: c
test/src/common/harnessIo.h:
class: test/harness
type: c/h
test/src/common/harnessLibssh2.c:
class: test/harness
type: c
test/src/common/harnessLibssh2.h:
class: test/harness
type: c/h
test/src/common/harnessLog.c:
class: test/harness
type: c
@ -2639,6 +2691,10 @@ test/src/module/storage/s3Test.c:
class: test/module
type: c
test/src/module/storage/sftpTest.c:
class: test/module
type: c
test/src/module/test/testTest.c:
class: test/module
type: c