diff --git a/Befehle.ps1 b/Befehle.ps1 index a2cd55b..86bf1fb 100644 --- a/Befehle.ps1 +++ b/Befehle.ps1 @@ -8,7 +8,7 @@ $scriptpfad = Get-ScriptDirectory ### pfad zu restic, wird mit & $pfad aufgerufen $pfad="C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe" ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### exclude file diff --git a/backup_ada.ps1 b/backup_ada.ps1 index b40295e..c57af33 100644 --- a/backup_ada.ps1 +++ b/backup_ada.ps1 @@ -15,7 +15,7 @@ $hostname_soll = "ada" #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### ordner für sicherung $ordner1="C:\Portabel" $ordner2="C:\Users\mg\Desktop\NextCloud Dataport" diff --git a/backup_frida.ps1 b/backup_frida.ps1 index 7afbbc3..af7d991 100644 --- a/backup_frida.ps1 +++ b/backup_frida.ps1 @@ -15,7 +15,7 @@ $hostname_soll = "frida" #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### ordner für sicherung $ordner1="C:\1_Bewerbung" $ordner2="C:\2_Fotos" diff --git a/backup_tetraskelion.ps1 b/backup_tetraskelion.ps1 index 2dc748e..677a4d9 100644 --- a/backup_tetraskelion.ps1 +++ b/backup_tetraskelion.ps1 @@ -15,7 +15,7 @@ $hostname_soll = "tetraskelion" #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### ordner für sicherung $ordner1="C:\Portabel" $ordner2="C:\Users\mg\Desktop\NextCloud" diff --git a/backup_win10vm.ps1 b/backup_win10vm.ps1 index d056796..11deebc 100644 --- a/backup_win10vm.ps1 +++ b/backup_win10vm.ps1 @@ -15,7 +15,7 @@ $hostname_soll = "win10" #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### ordner für sicherung $ordner1="C:\Users\mg\Desktop\NextCloud_sichern" $ordner2="" diff --git a/old/backup_ada.bat b/old/backup_ada.bat index 89abbeb..5abc8d3 100644 --- a/old/backup_ada.bat +++ b/old/backup_ada.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Portabel "C:\Users\mg\Desktop\NextCloud Dataport" "C:\Users\mg\Desktop\NextCloud" \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Portabel "C:\Users\mg\Desktop\NextCloud Dataport" "C:\Users\mg\Desktop\NextCloud" \ No newline at end of file diff --git a/old/backup_tetraskelion.bat b/old/backup_tetraskelion.bat index 634478f..b521dd1 100644 --- a/old/backup_tetraskelion.bat +++ b/old/backup_tetraskelion.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Portabel C:\Users\mg\Desktop\NextCloud \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Portabel C:\Users\mg\Desktop\NextCloud \ No newline at end of file diff --git a/old/backup_win10vm.bat b/old/backup_win10vm.bat index 9e55cd8..4cc90a6 100644 --- a/old/backup_win10vm.bat +++ b/old/backup_win10vm.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Users\mg\Desktop\rclone C:\Users\mg\Desktop\youtube-dl "C:\Users\mg\Desktop\NextCloud sichern" \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt backup --exclude-file C:\Users\mg\Desktop\NextCloud\Programme\restic\exclude.txt C:\Users\mg\Desktop\rclone C:\Users\mg\Desktop\youtube-dl "C:\Users\mg\Desktop\NextCloud sichern" \ No newline at end of file diff --git a/old/befehl_absetzen.ps1 b/old/befehl_absetzen.ps1 index 4a5b1df..4280368 100644 --- a/old/befehl_absetzen.ps1 +++ b/old/befehl_absetzen.ps1 @@ -12,7 +12,7 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### exclude file @@ -23,4 +23,4 @@ $befehl=Read-Host "Befehl?" C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe -r $repository --password-file $passwordfile $befehl -#C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt \ No newline at end of file +#C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt \ No newline at end of file diff --git a/old/check.bat b/old/check.bat index c01907b..77c7f8b 100644 --- a/old/check.bat +++ b/old/check.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\RProgramme\restic\password.txt check \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\RProgramme\restic\password.txt check \ No newline at end of file diff --git a/old/check.ps1 b/old/check.ps1 index 9b46e85..7f2469b 100644 --- a/old/check.ps1 +++ b/old/check.ps1 @@ -12,7 +12,7 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### aktion/befehl diff --git a/old/forget.bat b/old/forget.bat index a5444cb..b58804b 100644 --- a/old/forget.bat +++ b/old/forget.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt forget --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 5 \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt forget --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 5 \ No newline at end of file diff --git a/old/forget.ps1 b/old/forget.ps1 index 15752b9..2b2c565 100644 --- a/old/forget.ps1 +++ b/old/forget.ps1 @@ -12,7 +12,7 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### exclude file diff --git a/old/init_repo.bat.nicht_verwenden b/old/init_repo.bat.nicht_verwenden index 3fd3ca4..124bd20 100644 --- a/old/init_repo.bat.nicht_verwenden +++ b/old/init_repo.bat.nicht_verwenden @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe init --repo \\OMVV2.grote.lan\Backup-v2\restic \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe init --repo \\fileserver.grote.lan\Backup\restic \ No newline at end of file diff --git a/old/prune.bat b/old/prune.bat index 158f63d..3d19026 100644 --- a/old/prune.bat +++ b/old/prune.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt prune \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt prune \ No newline at end of file diff --git a/old/prune.ps1 b/old/prune.ps1 index b27af21..4fac01d 100644 --- a/old/prune.ps1 +++ b/old/prune.ps1 @@ -12,7 +12,7 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### exclude file diff --git a/old/snaps_anzeigen.bat b/old/snaps_anzeigen.bat index aa22f62..ce10798 100644 --- a/old/snaps_anzeigen.bat +++ b/old/snaps_anzeigen.bat @@ -1 +1 @@ -C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\OMVV2.grote.lan\Backup-v2\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt snapshots \ No newline at end of file +C:\Users\mg\Desktop\NextCloud\Programme\restic\restic.exe -r \\fileserver.grote.lan\Backup\restic --password-file C:\Users\mg\Desktop\NextCloud\Programme\restic\password.txt snapshots \ No newline at end of file diff --git a/old/snapshots_anzeigen.ps1 b/old/snapshots_anzeigen.ps1 index 473d3a0..e92c8f3 100644 --- a/old/snapshots_anzeigen.ps1 +++ b/old/snapshots_anzeigen.ps1 @@ -12,7 +12,7 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" ### passwordfile $passwordfile="C:\Users\mg\Desktop\NextCloud\Programme\restic\config\password.txt" ### aktion/befehl diff --git a/repo_anlegen.ps1 b/repo_anlegen.ps1 index 04ac6d5..e24edec 100644 --- a/repo_anlegen.ps1 +++ b/repo_anlegen.ps1 @@ -12,6 +12,6 @@ $scriptpfad = Get-ScriptDirectory #### restic #### ### repository -$repository="\\OMVV2.grote.lan\Backup-v2\restic" +$repository="\\fileserver.grote.lan\Backup\restic" #C:\Users\mg\Desktop\NextCloud\Programme\restic\bin\restic.exe init --repo $repository