Frida: Ordner neu

This commit is contained in:
Michael Grote 2021-06-17 21:54:38 +02:00
parent dab21e9219
commit afa57a9d3c

View file

@ -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 #######################################