You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,7 +129,7 @@ export default function Index() {
129
129
name: "What is Postgresus and why should I use it instead of hand-rolled scripts?",
130
130
acceptedAnswer: {
131
131
"@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",
133
133
},
134
134
},
135
135
{
@@ -298,7 +298,7 @@ export default function Index() {
298
298
height={20}
299
299
/>
300
300
<p>
301
-
<b>Scheduled backups</b> (daily, weekly, at 4 AM etc.)
301
+
<b>Scheduled backups</b> (daily, weekly, at 4 AM, etc.)
302
302
</p>
303
303
</div>
304
304
@@ -321,7 +321,7 @@ export default function Index() {
321
321
width={20}
322
322
height={20}
323
323
/>
324
-
<p>Notifications to Slack, Telegram, Discord etc.</p>
324
+
<p>Notifications to Slack, Telegram, Discord, etc.</p>
325
325
</div>
326
326
327
327
<divclassName="mb-2 flex items-start gap-3">
@@ -954,7 +954,7 @@ export default function Index() {
954
954
backing up PostgreSQL, v13 to v18. It differs from shell
955
955
scripts in that it has a frontend for scheduling tasks,
956
956
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
958
958
team when tasks finish or fail — all without hand-rolled code
0 commit comments