Skip to content

Commit 46a9914

Browse files
FEATURE (comparisons): Add comparisons
1 parent c07483d commit 46a9914

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/page.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import LiteYouTubeEmbed from "./components/LiteYouTubeEmbed";
66
export const metadata: Metadata = {
77
title: "Postgresus | PostgreSQL backup",
88
description:
9-
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord etc.",
9+
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord, etc.",
1010
keywords:
1111
"PostgreSQL, backup, monitoring, database, scheduled backups, Docker, self-hosted, open source, S3, Google Drive, Slack notifications, Discord, DevOps, database monitoring, pg_dump, database restore, encryption, AES-256, backup encryption",
1212
robots: "index, follow",
@@ -18,7 +18,7 @@ export const metadata: Metadata = {
1818
url: "https://postgresus.com",
1919
title: "Postgresus | PostgreSQL backup",
2020
description:
21-
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord etc.",
21+
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord, etc.",
2222
images: [
2323
{
2424
url: "https://postgresus.com/images/index/dashboard.svg",
@@ -32,7 +32,7 @@ export const metadata: Metadata = {
3232
card: "summary_large_image",
3333
title: "Postgresus | PostgreSQL backup",
3434
description:
35-
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord etc.",
35+
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord, etc.",
3636
images: ["https://postgresus.com/images/index/dashboard.svg"],
3737
},
3838
applicationName: "Postgresus",
@@ -62,7 +62,7 @@ export default function Index() {
6262
"@type": "SoftwareApplication",
6363
name: "Postgresus",
6464
description:
65-
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord etc.",
65+
"Free and open source tool for PostgreSQL scheduled backups. Save them locally and to clouds. Notifications to Slack, Discord, etc.",
6666
url: "https://postgresus.com",
6767
image: "https://postgresus.com/images/index/dashboard.svg",
6868
logo: "https://postgresus.com/logo.svg",
@@ -129,7 +129,7 @@ export default function Index() {
129129
name: "What is Postgresus and why should I use it instead of hand-rolled scripts?",
130130
acceptedAnswer: {
131131
"@type": "Answer",
132-
text: "Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to v18. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox etc.) and notifying your team when tasks finish or fail — all without hand-rolled code",
132+
text: "Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to v18. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox, etc.) and notifying your team when tasks finish or fail — all without hand-rolled code",
133133
},
134134
},
135135
{
@@ -298,7 +298,7 @@ export default function Index() {
298298
height={20}
299299
/>
300300
<p>
301-
<b>Scheduled backups</b> (daily, weekly, at 4 AM etc.)
301+
<b>Scheduled backups</b> (daily, weekly, at 4 AM, etc.)
302302
</p>
303303
</div>
304304

@@ -321,7 +321,7 @@ export default function Index() {
321321
width={20}
322322
height={20}
323323
/>
324-
<p>Notifications to Slack, Telegram, Discord etc.</p>
324+
<p>Notifications to Slack, Telegram, Discord, etc.</p>
325325
</div>
326326

327327
<div className="mb-2 flex items-start gap-3">
@@ -954,7 +954,7 @@ export default function Index() {
954954
backing up PostgreSQL, v13 to v18. It differs from shell
955955
scripts in that it has a frontend for scheduling tasks,
956956
compressing and storing archives on multiple targets (local
957-
disk, S3, Google Drive, NAS, Dropbox etc.) and notifying your
957+
disk, S3, Google Drive, NAS, Dropbox, etc.) and notifying your
958958
team when tasks finish or fail — all without hand-rolled code
959959
</p>
960960
</div>

0 commit comments

Comments
 (0)