1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Move link creation to storage interface.

Direct link creation via Posix functions has been moved to the Posix driver.

This change allows adding SFTP softlink creation in the SFTP driver using the standard interface.
This commit is contained in:
Reid Thompson
2022-10-01 21:26:44 -04:00
committed by GitHub
parent 2a4137ed2e
commit 01b81f9d37
15 changed files with 375 additions and 19 deletions
+2 -2
View File
@@ -483,7 +483,7 @@ unit:
test:
# ----------------------------------------------------------------------------------------------------------------------------
- name: posix
total: 22
total: 23
coverage:
- storage/cifs/helper
@@ -500,7 +500,7 @@ unit:
# ----------------------------------------------------------------------------------------------------------------------------
- name: remote
total: 9
total: 10
coverage:
- storage/remote/read