| Welcome, Guest | 
 
You have to register before you can post on our site. 
 
 | 
 
  
 
 
| Online Users | 
 
There are currently 885 online users. » 1 Member(s) | 881 Guest(s) Baidu,  Bing,  Google
 | 
 
 
 
| Latest Threads | 
 
Smart Backup Default
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: Epictetus 
8 hours ago 
» Replies: 8 
» Views: 340
 | 
 
Hasleo Backup Suite V5.5....
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
9 hours ago 
» Replies: 379 
» Views: 406,388
 | 
 
Send test e-mail causes G...
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
9 hours ago 
» Replies: 1 
» Views: 51
 | 
 
Suggest A Forum Questions...
 
Forum: General Forum 
Last Post: garioch7 
Today, 03:16 AM 
» Replies: 4 
» Views: 193
 | 
 
File & Folder exclusions
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
11-02-2025, 06:48 PM 
» Replies: 9 
» Views: 5,864
 | 
 
Too good to be true ?
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
11-01-2025, 12:11 PM 
» Replies: 20 
» Views: 3,642
 | 
 
Network Storage Path Subd...
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
11-01-2025, 12:11 PM 
» Replies: 1 
» Views: 159
 | 
 
HBS Free v5.5.2.0 - Windo...
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
11-01-2025, 12:08 PM 
» Replies: 12 
» Views: 898
 | 
 
Definition of Free Lifeti...
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: garioch7 
11-01-2025, 06:32 AM 
» Replies: 22 
» Views: 1,639
 | 
 
Old user ... Upset and an...
 
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
Last Post: admin 
10-31-2025, 08:06 PM 
» Replies: 25 
» Views: 10,393
 | 
 
 
 
 | 
  | 
 
|   The system cannot find the path specified. (0x0086008500000003) | 
 
| 
Posted by: stevel  - 12-02-2024, 12:29 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
- Replies (7)
 | 
 
	
		
  | 
		
			 
				Hello, 
 
I am having an issue with recovering my backups. 
 
I have this backup of my windows machine and every time I try to recover the files from its backup in bulk it gives this exact error: "The system cannot find the path specified. (0x0086008500000003)", I have been having this error with every single one of my windows backups, If I try recovering a singular file from it then its fine but the second I try recovering for example the Users folder or Program Files then it gives this error.  
 
But after some testing I found out that this is only a problem with the windows system backups and if I just do a file backup of my drive it works, I'm just confused why though.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Hasleo iso-ventoy-uefi/legacy bios computer | 
 
| 
Posted by: lavande  - 11-30-2024, 03:55 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
- Replies (19)
 | 
 
	
		
  | 
		
			 
				Before version 4.9.5 I could make a hasleo iso on a uefi computer, put it on a ventoy usb key. The iso booted on the uefi computer of course and also on a legacy bios computer. With the latest hasleo version the iso does not boot on the legacy bios computer. I have to do the opposite, make the iso on the legacy bios computer, and it boots from a ventoy usb key on a uefi and legacy bios computer. 
 
This is not really a problem. I would like to know if it is possible for all future hasleo builds to make an iso from a uefi or legacy bios computer always work on both types of bios from ventoy, to avoid making 2 isos for each type of bios. 
 
Kind regards.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
|   VSS leftovers after image restore | comparison v4.9.5 vs. v5.0.0 beta | 
 
| 
Posted by: al3x  - 11-25-2024, 03:29 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
- Replies (1)
 | 
 
	
		
  | 
		
			 
				Hey there, 
 
I have a scheduled task that automatically runs a snapshot of c:\ twice a day. Command is: 
wmic shadowcopy call create Volume='C:\' 
 
Windows then stores these snapshots in C:\System Volume Information. 
This enables the "Previous versions" feature in Explorer to be able to go back to an older version of a folder/file. 
 
But what happens with those files on an image backup/restore scenario? 
 
I tested different scenarios, here are the results: 
 
--------------------------------------------------------------------------------  
1. Image backup with HBS v4.9.5: 
 
Behavior: 
- All files in C:\System Volume Information are copied and kept in the image backup. 
- On restore those files will be recreated but as empty 0-byte files. 
 
Result: 
- Restored Windows will not have Previous versions available in Explorer. 
- No additional space is wasted in C:\System Volume Information. 
 
--------------------------------------------------------------------------------  
2. Image backup with HBS v5.0.0, VSS files filtered out (default): 
 
Behavior: 
- VSS files in C:\System Volume Information are NOT copied in the image backup. 
- On restore those files are not available, no empty 0-byte files. 
 
Result: 
- Same as with HBS v4.9.5 
 
--------------------------------------------------------------------------------  
3. Image backup with HBS v5.0.0, VSS files NOT filtered out: 
 
Behavior: 
- VSS files in C:\System Volume Information are copied in the image backup. 
- On restore those files are restored as well. 
 
Result: 
- Unfortunately Windows will NOT use those restored VSS files but still show 0 byte usage. 
- Restored Windows will NOT have Previous versions available in Explorer.  
- Those restored VSS files will be kept forever, resulting in less space available on C:\ 
 
-------------------------------------------------------------------------------- 
4. Image backup with Macrium Reflect v8.1.8311: 
 
Behavior:  
- Same behavior as scenario 2 (HBS v5.0.0 with VSS files filtered out) 
 
--------------------------------------------------------------------------------  
 
So what do these tests show exactly? 
 
I think the default behavior of HBS v5.0.0 (scenario 2) is perfect, as those files are not backed up anymore. This is also the default in Macrium. 
If you change that filter option in HBS v5.0.0 and you keep VSS files (scenario 3), this will result in permanently wasted space after restore. 
 
(?) For scenario 3, Windows will not use those VSS files after a restore anyway. So if the user removes that filter option this should maybe trigger a warning for the user? Or maybe this option should not be removable at all? 
 
If Windows could be somehow convinced to reuse those snapshots in scenario 3, this wouldn't be a problem at all. But this is probably impossible..?
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   v5 beta back to 4.9.5 | 
 
| 
Posted by: JayDee  - 11-24-2024, 02:13 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
- Replies (3)
 | 
 
	
		
  | 
		
			 
				I have been running v5.0 beta for the last week or so... no problems. 
 
However, I though it would be appropriate to go back to the official releases 
so installed 4.9.5 
 
For some reason, when running a backup, the Hasleo Suite just closes. 
 
I guess there maybe some left over from v5.0 that is interfering? 
Any thoughts. 
 
Meanwhile, I switched back to 5.0 beta with no problems. 
 
JD
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
|   Integrity Check of Disk Image will not stay seclected | 
 
| 
Posted by: jpcummins  - 11-17-2024, 07:08 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) 
- Replies (11)
 | 
 
	
		
  | 
		
			 
				I have Hasleo Backup Suite Free, version 4.9.3, installed.  I verify the integrity of a backup image by selecting the below. By doing so, I expect the program to remember my choices.  Acronis and Macrium Backup systems do but Hasleo does not.  I have to enter these selections each time I do a backup.  Is there a way to make the selections stick?  I welcome all replies and thank you in advance.  
    
1.  Select Disk/Partition Backup 
2.  Select Backup Options 
3.  Select Advanced 
4.  Select Check the integrity of the backup image files on completion 
5.  Select Complete image check
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
 
 |