änderung backup ordner anne
This commit is contained in:
parent
8000c3db46
commit
c85c7ed18e
1 changed files with 7 additions and 10 deletions
|
@ -17,15 +17,12 @@ $hostname_soll = "frida"
|
|||
### repository
|
||||
$repository="\\fileserver.grote.lan\Backup\restic"
|
||||
### ordner fuer sicherung
|
||||
$ordner1="C:\1_Bewerbung"
|
||||
$ordner2="C:\2_Fotos"
|
||||
$ordner3="C:\3_Rezepte"
|
||||
$ordner4="C:\4_Projekte"
|
||||
$ordner5="C:\5.1_Zeichnungen_Krita"
|
||||
$ordner6="C:\5_Zeichnungen_Painter"
|
||||
$ordner7="C:\6_Wohnung"
|
||||
$ordner8="C:\7_Sonstiges"
|
||||
$ordner9="C:\Users\Anne-"
|
||||
$ordner1="C:\1_Projekte"
|
||||
$ordner2="C:\2_Sonstiges"
|
||||
$ordner3="C:\3_Bewerbung"
|
||||
$ordner4="C:\4_Rezepte"
|
||||
$ordner5="C:\5_Zeitschriften"
|
||||
$ordner6="C:\Users\Anne-"
|
||||
### passwordfile
|
||||
$passwordfile="C:\Users\Anne-\Desktop\Nextcloud\Programme\restic\config\password.txt"
|
||||
### exclude file
|
||||
|
@ -47,4 +44,4 @@ if ($hostname_ist -eq $hostname_soll)
|
|||
}
|
||||
|
||||
|
||||
C:\Users\Anne-\Desktop\Nextcloud\Programme\restic\bin\restic.exe -r $repository --password-file $passwordfile $befehl --exclude-file $excludefile $ordner1 $ordner2 $ordner3 $ordner4 $ordner5 $ordner6 $ordner7 $ordner8 $ordner9
|
||||
C:\Users\Anne-\Desktop\Nextcloud\Programme\restic\bin\restic.exe -r $repository --password-file $passwordfile $befehl --exclude-file $excludefile $ordner1 $ordner2 $ordner3 $ordner4 $ordner5 $ordner6s
|
||||
|
|
Loading…
Add table
Reference in a new issue