Jul 2, 2026, 9:21 AM

This commit is contained in:
Paweł Domański
2026-07-02 07:21:13 +00:00
parent e9eb479530
commit c9356c045f
+1 -1
View File
@@ -22,7 +22,7 @@ $ErrorActionPreference = "Stop"
# ========================================================
$RcloneExePath = "C:\dbadmin\rclone.exe" # Zmień na właściwą ścieżkę do rclone.exe
$BaseSourceDir = "H:\month" # Katalog główny z backupami baz danych
$S3BaseDest = "s3-backup-remote:nazwa-twojego-bucketa/SQLBackups/$($env:COMPUTERNAME)"
$LogDir = "C:\DBAdmin\logs"
$CurrentYear = (Get-Date).Year.ToString()