I created a simple Backup copy job. Full backups are OFF.
Health check is ON:
Summary is as follows:
Code: Select all
Name: Backup3 to Backup4Swap1
Target Path: D:\Backups
Type: Windows Agent Backup Copy
Source items:
I ran another job inside the office, to ExtHDD1, just to be see how big a file it would create, and it made a 3 GB file on 12/16 (see above).
So then I took Backup4 home, where I have a hardware IPSec tunnel back to the main office. Max throughput is only 20 Mbps right now. I clicked Sync on the Backup copy job, and it found the repository and started, but that where I started having problems:
- For some reason it wants to start a full backup copy, not an incremental one.
- It created a VBK file, and during the run it reported "1% complete" after it had processed ~30 GB of data. Transfer rate is reporting about ~1.5x.
- This was after 4 hours, suggesting that this might take ~400 hours to complete.
- And then, of course, the job got interrupted. My pfsense box at home crashed in the middle of the night, and had to be rebooted when I woke up.
- I restarted the job, and this time it transferred 60 GB before the pfsense box crashed. But this time it's a VIB file.
- I restarted it again, just now, and it's in the midst of created another VIB file (currently at ~3 GB, and reporting as 7% completed)
Code: Select all
12/19/2019 8:29:06 AM :: Job started at 12/19/2019 8:29:04 AM
12/19/2019 8:29:08 AM :: New copy interval started
12/19/2019 8:29:32 AM :: Building list of machines to process
12/19/2019 8:29:38 AM :: Total size: 3.1 TB
12/19/2019 8:29:38 AM :: Processing Server2.MyCompany.tld Error: write: An existing connection was forcibly closed by the remote host
Failed to upload disk.
Agent failed to process method {DataTransfer.SyncDisk}.
12/19/2019 8:29:38 AM :: Processing Server1.MyCompany.tld Error: write: An existing connection was forcibly closed by the remote host
Failed to upload disk.
Agent failed to process method {DataTransfer.SyncDisk}.
12/20/2019 5:32:12 AM :: Total size: 3.1 TB
12/20/2019 5:32:12 AM :: Processing Server2.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:32:12 AM :: Processing Server1.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:38:12 AM :: Total size: 3.1 TB
12/20/2019 5:38:12 AM :: Processing Server2.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:38:13 AM :: Processing Server1.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:44:13 AM :: Total size: 3.1 TB
12/20/2019 5:44:13 AM :: Processing Server2.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:44:13 AM :: Processing Server1.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:50:14 AM :: Total size: 3.1 TB
12/20/2019 5:50:14 AM :: Processing Server2.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:50:15 AM :: Processing Server1.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:56:15 AM :: Total size: 252.8 GB
12/20/2019 5:56:15 AM :: Processing Server1.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 5:57:15 AM :: Total size: 2.8 TB
12/20/2019 5:57:15 AM :: Processing Server2.MyCompany.tld Error: Failed to call RPC function 'CreateSessionTicket': The RPC server is unavailable. RPC function call failed. Function name: [DoRpc]. Target machine: [192.168.1.5:6162].
12/20/2019 6:03:16 AM :: Waiting for copy interval expiration
12/20/2019 7:38:16 AM :: Operation was canceled by user MyCompany\Administrator
12/20/2019 7:38:19 AM :: Load: Source 0% > Proxy 7% > Network 99% > Target 0%
12/20/2019 7:38:19 AM :: Primary bottleneck: Network
12/20/2019 7:38:19 AM :: Job finished with error at 12/20/2019 6:03:16 AM
- Is that 41 GB VBK file any good? It was a failed attempt at processing 3 TB.
- If it's not good, does Veeam know it's not good?
- Given that, is the 60 GB VIB file any good? Is it incremental to the 41 GB incomplete file or is it incremental to the 1.2 TB complete file?
- Is that Storage Level Corruption Guard: Perform backup files health check
Thanks!