You've already forked pgbackrest
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user