Merge pull request #5549 from SillyTavern/release
Backmerge release into staging
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user