Imposta backup robocopy su share Windows

This commit is contained in:
2026-07-01 12:37:48 +02:00
parent d5bff3d8e4
commit 0970e0af3d
12 changed files with 304 additions and 44 deletions

View File

@@ -42,15 +42,21 @@ exclude_patterns = [
]
[backup]
engine = "robocopy"
server_host = "backup-server"
remote_destination = "utente@backup-server:/backup/bak-rest/"
remote_destinations = [
"\\\\backup-server\\BakRest1",
"\\\\backup-server\\BakRest2",
]
remote_destination = "\\\\backup-server\\BakRest1"
rsync_path = "rsync"
robocopy_path = "robocopy"
shutdown_on_success = true
shutdown_command = "shutdown /s /t 0"
[backup.server_check]
type = "tcp"
port = 22
port = 445
interval_seconds = 300
timeout_seconds = 3