Answer the question
In order to leave comments, you need to log in
How to solve the problem of copying the archive?
When I copy a 7z archive (from 0.5 to 2GB) to a network folder, it sometimes beats.
The source of the file is a computer with Windows 7, the recipient is a PC with windows 2012.
Between them there is one tsiska 100 Mbps and one stupid gigabit tp-link switch.
I copy through the script on PS here is a piece of code where the file is copied.
del C:\temp\* ;\\dc\soft\7zip\7z.exe $full; Wait-Event -Timeout 10; copy "C:\temp\$env:computername.7z" \\dc\backup\$env:computername.7z
Answer the question
In order to leave comments, you need to log in
Check the memory for glitches on both machines, both on the source and on the recipient, with a simple memtest regular Windows, but it's better to take linux
use a file transfer validation system to transfer the file.
resilio sync, syncthing and the like.
just split and send 100mb each - no one canceled problems on the line or on the final server. well, do not use max compression - there must be data to restore the archive.
Faced several times.
Most often, the problem was in various kinds of antiviruses / firewalls.
Less often - in faulty / unstable memory.
Once - in the disk access controller (which literally died in a couple of days - fortunately, there were two controllers on the mother, the second after that worked for a long time without problems).
And several times it was not possible to find the cause.
I recommend that you start by performing the same operation from another OS instance - just to understand if the hardware or software is naughty.
I join the previous advice, but I will add from myself.
Use
https://docs.microsoft.com/en-us/powershell/module...
To compute the hash and call retry if it doesn't match
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question