Merge pull request #5549 from SillyTavern/release

Backmerge release into staging
This commit is contained in:
Cohee
2026-04-28 19:16:00 +03:00
committed by GitHub
+1 -1
View File
@@ -1142,7 +1142,7 @@ export async function createBackupArchive(handle, response) {
archive.pipe(response); archive.pipe(response);
// Append files from a sub-directory, putting its contents at the root of archive // Append files from a sub-directory, putting its contents at the root of archive
const ignore = allowKeysExposure ? [] : [SECRETS_FILE]; const ignore = allowKeysExposure ? [] : [SECRETS_FILE, 'backups/secrets_migration_*.json'];
archive.glob('**/*', { archive.glob('**/*', {
cwd: directories.root, cwd: directories.root,
follow: false, follow: false,