Imposta backup robocopy su share Windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user