fix
This commit is contained in:
@@ -5,7 +5,7 @@ $date = Get-Date
|
||||
$filePath = "C:\Steamware\Log\" + $hostname + "_Mount_B.log"
|
||||
$intestazione = $hostname + " " + $date
|
||||
#diskpath varia in base alla singola macchina veeam
|
||||
$diskpath = "\\ovh-hv13\v$\backup\bckhv15.vhdx"
|
||||
$diskpath = ###SCRIVERE PATH NECESSARIO
|
||||
|
||||
#verifico se esiste file di log, se non esiste lo creo e scrivo intestazione
|
||||
if(!(Test-Path -Path $filePath)) {
|
||||
|
||||
Reference in New Issue
Block a user