+ pg_dump for the database (fast, nightly-schedulable);
+ tar+zstd for the images (slow, manual only). Files live in
+ /images/_backups/. Tag a backup to protect it
+ from autoprune.
+
+
+
+ {{ store.lastError }}
+
+
+
+
Database
+
+
+
+
+
+ Run DB backup now
+
+
+
+
+
+
+
Images
+
+
+
+ Run images backup now
+
+ ⓘ Hours for a 200GB+ library.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/settings/BackupRunsTable.vue b/frontend/src/components/settings/BackupRunsTable.vue
new file mode 100644
index 0000000..dc15d24
--- /dev/null
+++ b/frontend/src/components/settings/BackupRunsTable.vue
@@ -0,0 +1,109 @@
+
+
+
+