Merge pull request #5549 from SillyTavern/release Backmerge release into staging
Signed| @@ -1142,7 +1142,7 @@ export async function createBackupArchive(handle, response) { | ||
| 1142 | 1142 | archive.pipe(response); |
| 1143 | 1143 | |
| 1144 | 1144 | // Append files from a sub-directory, putting its contents at the root of archive |
| 1145 | 1145 | const ignore = allowKeysExposure ? [] : [SECRETS_FILE, 'backups/secrets_migration_*.json']; |
| 1146 | 1146 | archive.glob('**/*', { |
| 1147 | 1147 | cwd: directories.root, |
| 1148 | 1148 | follow: false, |