This commit is contained in:
marco.locatelli@steamware.net
2024-06-20 13:15:13 +02:00
parent fd82959253
commit 4ed53af2e3
+1 -1
View File
@@ -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)) {