mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: restore to custom location (#78)
* feat: restore to custom location * refactor: define overwrite mode in shared schema
This commit is contained in:
@@ -1224,6 +1224,8 @@ export type RestoreSnapshotData = {
|
||||
exclude?: Array<string>;
|
||||
excludeXattr?: Array<string>;
|
||||
include?: Array<string>;
|
||||
overwrite?: 'always' | 'if-changed' | 'if-newer' | 'never';
|
||||
targetPath?: string;
|
||||
};
|
||||
path: {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user