Merge pull request #5549 from SillyTavern/release Backmerge release into staging

08e1ce8ec5d0b59a11a5d0b536f582cccdc0cd0e

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Ignore whitespace
src/users.js+1 -1
@@ -1142,7 +1142,7 @@ export async function createBackupArchive(handle, response) {
1142 archive.pipe(response);1142 archive.pipe(response);
11431143
1144 // Append files from a sub-directory, putting its contents at the root of archive1144 // Append files from a sub-directory, putting its contents at the root of archive
1145 const ignore = allowKeysExposure ? [] : [SECRETS_FILE];1145 const ignore = allowKeysExposure ? [] : [SECRETS_FILE, 'backups/secrets_migration_*.json'];
1146 archive.glob('**/*', {1146 archive.glob('**/*', {
1147 cwd: directories.root,1147 cwd: directories.root,
1148 follow: false,1148 follow: false,