Backup system constants and path utilities.
- Source
Methods
(inner) getBackupRoot(cwd) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string |
- Source
Returns:
- Type:
- string
(inner) getBackupsDir(cwd) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string |
- Source
Returns:
- Type:
- string
(inner) getLatestFile(cwd) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string |
- Source
Returns:
- Type:
- string
(inner) getManifestPath(cwd, sessionId) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string | |
sessionId | string |
- Source
Returns:
- Type:
- string
(inner) getSessionDir(cwd, sessionId) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string | |
sessionId | string |
- Source
Returns:
- Type:
- string
(inner) getStatusPath(cwd, sessionId) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
cwd | string | |
sessionId | string |
- Source
Returns:
- Type:
- string