Set archive paths accordingly

This commit is contained in:
Manuel Thalmann 2023-08-01 12:35:40 +02:00
parent 7ce4b2bbe4
commit 5c1832c116

View file

@ -172,6 +172,8 @@ class Context {
}
[void] Restore([string]$archivePath, [string]$destinationPath) {
$archivePath = "$archivePath.001";
if (-not (Test-Path -PathType Leaf $archivePath)) {
Write-Information (
[string]::Join(