From d4f8213d32cddea733aca7739e8cf12de94c5c82 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Fri, 15 Sep 2023 14:46:57 -0700 Subject: [PATCH] add some frontend messaging --- frontend/src/pages/Backups/ScheduledBackups.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/pages/Backups/ScheduledBackups.tsx b/frontend/src/pages/Backups/ScheduledBackups.tsx index 289bcad..6910d21 100644 --- a/frontend/src/pages/Backups/ScheduledBackups.tsx +++ b/frontend/src/pages/Backups/ScheduledBackups.tsx @@ -216,6 +216,10 @@ export default function ScheduledBackups() { return (

Scheduled Backups

+

+ It's a bit of a hack, but if you want to backup a database just omit the table when you create the + scheduled backup. +