diff --git a/backup_frida.ps1 b/backup_frida.ps1 index 693cc3e..84b06e6 100644 --- a/backup_frida.ps1 +++ b/backup_frida.ps1 @@ -28,12 +28,12 @@ $hostname_soll = "frida" # soll-hostname $restic_logfile_dir="\\fileserver2.grote.lan\backup\restic\logs" # ordner fur die logs $restic_logfile_name=-join($hostname_ist,"_",$timestamp,".log") # definiere logfile-dateiname $restic_repository="\\fileserver2.grote.lan\backup\restic" # restic repo -$restic_backupdir1="C:\1_Projekte" -$restic_backupdir2="C:\2_Sonstiges" -$restic_backupdir3="C:\3_Bewerbung" -$restic_backupdir4="C:\4_Rezepte" -$restic_backupdir5="C:\5_Zeitschriften" -$restic_backupdir6="C:\Users\Anne-" +$restic_backupdir1="C:\Users\amd" +$restic_backupdir2="" +$restic_backupdir3="" +$restic_backupdir4="" +$restic_backupdir5="" +$restic_backupdir6="" $restic_path= Join-Path $scriptpfad bin\restic.exe ################################ Logik #######################################