mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-30 00:18:15 +00:00
Whitespace cleanup
Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
parent
85cf35f894
commit
cf24dc48fb
@ -53,14 +53,14 @@ if ($phase eq 'job-start' ||
|
|||||||
|
|
||||||
# example: copy resulting backup file to another host using scp
|
# example: copy resulting backup file to another host using scp
|
||||||
if ($phase eq 'backup-end') {
|
if ($phase eq 'backup-end') {
|
||||||
#system ("scp $tarfile backup-host:/backup-dir") == 0 ||
|
#system ("scp $tarfile backup-host:/backup-dir") == 0 ||
|
||||||
# die "copy tar file to backup-host failed";
|
# die "copy tar file to backup-host failed";
|
||||||
}
|
}
|
||||||
|
|
||||||
# example: copy resulting log file to another host using scp
|
# example: copy resulting log file to another host using scp
|
||||||
if ($phase eq 'log-end') {
|
if ($phase eq 'log-end') {
|
||||||
#system ("scp $logfile backup-host:/backup-dir") == 0 ||
|
#system ("scp $logfile backup-host:/backup-dir") == 0 ||
|
||||||
# die "copy log file to backup-host failed";
|
# die "copy log file to backup-host failed";
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user