restic/repo_anlegen.ps1

18 lines
509 B
PowerShell
Raw Normal View History

2020-04-14 19:51:48 +02:00
#Variablen
#Variablen setzen
#variablendeklaration pfade
#scriptpfad ermitteln
#funktion get-scriptdirectory definieren
function Get-ScriptDirectory {
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
Split-Path $Invocation.MyCommand.Path
}
#funktion an variable zuweisen
$scriptpfad = Get-ScriptDirectory
#### restic ####
### repository
2020-07-11 13:12:04 +02:00
$repository="\\fileserver2.grote.lan\alles\alles\Backup\restic"
2020-04-14 19:51:48 +02:00
#C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe init --repo $repository