Skip to content

Commit 7c8e22a

Browse files
FIX (comparisons): Fix pgBackRest comparison
1 parent b0ef50c commit 7c8e22a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/postgresus-vs-pgbackrest/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,10 +656,11 @@ export default function PostgresusVsPgBackRestPage() {
656656
<h3 id="storage-pgbackrest">pgBackRest storage</h3>
657657

658658
<ul>
659-
<li>Local storage (POSIX)</li>
660-
<li>Amazon S3</li>
659+
<li>Local storage (POSIX, CIFS)</li>
660+
<li>Amazon S3 and S3-compatible services</li>
661661
<li>Azure Blob Storage</li>
662662
<li>Google Cloud Storage</li>
663+
<li>NAS (Network-attached storage)</li>
663664
<li>SFTP</li>
664665
</ul>
665666

0 commit comments

Comments
 (0)