Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How long should a full backup take? Incremental? Big time difference in recreated tsk
#11
Backup performance mainly depends on the performance of the source disk and the destination disk. CPU performance is also an important factor, but newer CPUs are typically powerful enough and usually do not become a bottleneck. Therefore, priority should be given to the read/write speed of the source and destination drives.

As for how long the backup takes, in addition to source/destination disk performance, the total amount of data to be backed up is another major determining factor. When the backup time is significantly longer than expected, it is recommended to troubleshoot in the following order:
  1. Check whether the source disk or destination disk has performance issues (e.g., poor cable connection, connected to a low-speed USB port, or bad sectors).
  2. Check whether the "Sector by sector backup" option is mistakenly enabled. This mode forces the software to read every sector of the entire disk, significantly reducing backup speed and making incremental backups take nearly as long as full backups.
Reply
#12
Mine is a Windows 11 Pro laptop with 8GB of RAM and a 500GB SSD. The C drive is currently occupying approx. 65GB of space out of 120GB. I perform a system backup with incremental backups on a daily schedule, using the default backup settings. The full backup takes just over a minute, the incremental backup completes in under a minute, and the delta restore process finishes within a minute.
Reply
#13
Thanks for the feedback @khanyash
Reply
#14
We often receive user feedback about encountering error code 0x1B1 ("A device which does not exist was specified.") when backing up to a USB drive, which is actually caused by the USB drive going offline automatically. Does anyone have good solutions or preventive suggestions for this issue?

Examples are as follows:
https://www.easyuefi.com/forums/thread-4...l#pid13158
https://www.easyuefi.com/forums/thread-4...l#pid11415
Reply
#15
Shouldn’t it be enough to write and delete a new small text file every minute or so? Maybe Windows doesn’t recognize the constant write stream caused by the backup? But that would still be quite strange.
Reply
#16
In all my use of USB drives (as well as UFDs), I've never seen a drive designed to automatically go off-line (usually only controlled by software, if needed).  Yes, many have sleep induced delays (Large HDDs especially spin down after a set inactivity period then spin back up when needed) but that operation never induces an off-line flag of any kind within Windows... it's always on-line just a bit slow when starting operations.

Possibly the dock being used for the drive may be doing something programmatically but I've never seen that as well.  A drive going off-line is almost always a result of bad cables/connections or a flakey USB port.
Reply
#17
...and remember, if the external USB device IS NOT self powered (separate power connection to the dock/holding case) then the device gets its power from the USB connector.  With these types of connections, power surges are definitely experienced when READ or WRITE operations get extensive.  That's why the cable ends (power pins for power) and/or the receiving port can really cause issues if the cable seating isn't ideal.
Reply
#18
Thank you all for your feedback and discussion. Based on your views and the user reports we have received regarding Hasleo Backup Suite and Hasleo WinToUSB, I would like to provide the following summary and response.

@al3x, you mentioned that "creating and deleting a small text file every minute or so might solve the problem."
  • That is a clever idea. However, according to the user feedback we have received, the 0x1B1 error usually occurs during continuous reading or writing operations. This means that even during the transfer of large files, the connection can suddenly drop. Therefore, periodically creating and deleting small files is unlikely to effectively prevent disconnections that happen during intensive I/O operations.

@Froggieyour analysis of the root causes is very accurate, and I fully agree with the following points:
  • About the device automatically going offline: You are right that ordinary USB drives do not "actively" set themselves to an offline state. However, some drives do have built-in thermal protection that may reduce write speeds or even temporarily stall when the drive overheats after extensive writing – but they do not actively set themselves offline.
  • About the root cause: The power supply issues, unstable cables, and low-quality enclosures you emphasised are indeed the most common causes of this problem. As you pointed out, if the USB device is not self‑powered (i.e., lacks a separate power connection), it draws power from the USB port. During heavy read/write operations, significant power fluctuations can occur, which easily lead to unstable connections and trigger the "A device which does not exist was specified." error.

Based on the above discussion and the cases we have seen in the forums, we can provide the following systematic troubleshooting advice to users who encounter this issue:
  1. Check physical connections – This is the first and most important step. Try changing the USB port (preferably using ports on the back of the motherboard), the cable, or using an enclosure with an independent power supply.
  2. Check power management settings – In Windows Device Manager, locate all "USB Root Hub" entries under "Universal Serial Bus controllers", go to their "Properties" => "Power Management" tab, and uncheck "Allow the computer to turn off this device to save power".

Regarding solving this issue, our idea is that after detecting that the drive has gone offline, the program should attempt to re‑open the drive and then continue with the remaining backup or restore operations. This should be technically feasible. However, the concern is that when the drive suddenly goes offline, data that has already been written may not have been fully flushed to the backup image file or the target drive. This could result in a corrupted backup image file or corrupted restored data – which is our main worry.

Thank you again for your valuable input!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)