From 5c3260d53cade6cef425ff531be8c2ba2252b2c6 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Mon, 26 Jan 2026 14:17:11 +0100 Subject: [PATCH] Updates --- scripts/backup.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/backup.ts b/scripts/backup.ts index ad5a681..4f03d83 100644 --- a/scripts/backup.ts +++ b/scripts/backup.ts @@ -40,6 +40,8 @@ await datasquirel.api.media.add({ fileName: DSQL_FILE_NAME, fileType: "tar.xz", fileBase64: base64, + private: true, + privateFolder: true, }, ], type: "file",