Do not ignore mount failures on restore
This commit is contained in:
@@ -220,7 +220,7 @@ async function restore(backupConfig, remotePath, version, ipv4Config, options, a
|
||||
mountOptions: backupConfig.mountOptions
|
||||
};
|
||||
|
||||
await safe(mounts.tryAddMount(newMount, { timeout: 10 })); // 10 seconds
|
||||
await mounts.tryAddMount(newMount, { timeout: 10 }); // 10 seconds
|
||||
}
|
||||
|
||||
let error = await backups.testConfig(backupConfig);
|
||||
|
||||
Reference in New Issue
Block a user