View FAQs Categories | View all FAQ for DeltaCopy
Frequently asked questions for DeltaCopy
NOTE: We now offer two solution for using rsync on Windows:
We recommend checking both of them to see which works best for you. Click here to see differences.
Question: |
How do I get a summary of what is transferred |
Answer: |
DeltaCopy sends a log file via email once a backup job is complete. This log contains a list of files that were backed up by rsync and a summary of the transfer towards the end. This summary can look something like:
sent 24703080 bytes received 223723 bytes 358659.04 bytes/sec
total size is 3026881833 speedup is 121.43
The above summary shows the following:
- Bytes sent from the client to the server were 24703080, or 24 MB
- Bytes sent from server to the client are 223723, or 220 KB
- 358659.04 bytes/sec represents the speed of this data transfer
- Total size of files on the client is 5171204259 bytes or 51GB
- Speedup represents the total size divided by the total data transferred in both directions
SPEEDUP = (TOTAL SIZE / (SENT + RECEIVED))
|
|