Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 44,982
» Latest member: developerperhour
» Forum threads: 973
» Forum posts: 6,154

Full Statistics

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

 
  Hasleo Backup Suite V5.5.2.0 For ARM64 Released!
Posted by: admin - 12-03-2024, 11:37 PM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) - Replies (14)

We have compiled the ARM64 version of Hasleo Backup Suite, which means it is a native app for Windows 11 ARM64, you can now run HBS in Windows 11 RAM64 to back up your data, here is the download link:
https://www.easyuefi.com/backup-software..._ARM64.exe

[Image: hasleo-backup-suite-main-window.png]

Print this item

  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.

Print this item

  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.

Print this item

  Failed to clone (System API error 0x00B4001500000000)
Posted by: lwgl - 11-28-2024, 08:45 PM - Forum: Hasleo Disk Clone (Free Windows Migration and Disk/Partition Cloning Software) - Replies (1)

Hello,
I want to clone my system SSD (256GB) to a new empty SSD (1TB) but after starting the cloning it fails instantly with the API Error 0x00B4001500000000.

I attached the exported log files. 


Any help will be highly appreciated!  Angel



Attached Files
.zip   disk-clone-log-20241128114120.zip (Size: 12.23 KB / Downloads: 1)
Print this item

  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..?

Print this item

  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

Print this item

  Macrium + Hasleo?
Posted by: Petey - 11-20-2024, 07:43 PM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) - Replies (1)

Hello,

newbie question:
I have Macrium Home v8 installed. Can I iinstall and run Hasleo OS Backup/Restore on the same PC (incl. entries in boot menu) without these programs interfering each other?

Thanks.

PC: Win 7 Pro SP1 64-bit.

Print this item

  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

Print this item

  Restore to smaller partition ends with error 0x012C000A00000000
Posted by: al3x - 11-17-2024, 06:50 AM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) - Replies (8)

Hello,

I experimented around a bit with HBS 5.0 Beta and I think I found a bug which really should be looked at.

This is the scenario:
- A full disk backup is taken.
- You need to restore to a new disk which unfortunately is a little bit smaller than the original disk.
- This shouldn't be a problem as long as the current usage is below the new disk limit, right?

Unfortunately you cannot restore partitions with a smaller size, you get error 0x012C000A00000000.

[Image: cKBBnr5.png]

I documented the whole process with different examples in a video:



Timestamps:
01:30 - Backup is taken (Windows 10)
04:58 - Disk restore #1 - Delta mode (successful)
06:06 - Disk restore #2 - Full mode (successful)
07:25 - Disk restore #3 - Full mode, smaller C: partition (error)
10:10 - Partition restore #1 - smaller C: partition (error)
12:50 - Partition restore #2 - smaller C: partition (error)
14:58 - Disk restore #4 - Full mode, smaller C: partition (error)
17:20 - Partition restore #3 - smaller System-reserved partition (error)

Hope that helps!

Print this item

  Hasleo doesn't shutdown
Posted by: chmichael - 11-16-2024, 11:05 PM - Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) - Replies (19)

Hello,
  When i restart a server and Hasleo is running it doesn't detect the shutdown and it keeps backing up cause the PC to wait for the Hasleo service to finish.
I guess adding a timer detecting if the machine is shutting down or something to cancel the active backup should be ok.

Thank you



Attached Files Thumbnail(s)
   
Print this item