![]() |
Feature REQUESTS - Printable Version +- Hasleo Software Forums (https://www.easyuefi.com/forums) +-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1) +--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10) +--- Thread: Feature REQUESTS (/showthread.php?tid=1262) |
RE: Feature REQUESTS - admin - 03-06-2025 (03-06-2025, 12:19 PM)Dude Guyman Wrote: 1. I'd like to see the images be named exactly what I name them. Like "Image.DBI" vs "Image_20250305-v1-xx.DBI". You should know that the same task can generate multiple versions (delta and differential) of image files, so we had to add a suffix to the file name to distinguish them. Do you have any good suggestions to solve this problem? (03-06-2025, 12:19 PM)Dude Guyman Wrote: 2. I'd like the "Image.DBI" to be exactly where I tell it to go, and not in a new folder like "D:\Image.DBI" vs "D:\Image\Image.DBI". We will improve it in future releases. What we don't understand, however, is why we would want to put image files for multiple tasks in the same folder, which can lead to confusion, and wouldn't it be more intuitive to create a separate folder for each task? (03-06-2025, 12:19 PM)Dude Guyman Wrote: Future pricing suggestions: Thank you very much for all your suggestions. RE: Feature REQUESTS - Dude Guyman - 03-07-2025 (03-06-2025, 09:06 PM)admin Wrote:(03-06-2025, 12:19 PM)Dude Guyman Wrote: 1. I'd like to see the images be named exactly what I name them. Like "Image.DBI" vs "Image_20250305-v1-xx.DBI". Both those are just minor pet peeves coming from a guy who does not bother with incrementals, so I understand why the simple naming may not be great for others, and it's not a big deal to me, just one more little thing I have to do, rename them so they make sense to me. Acronis made it so if you renamed them, they would not even work! ![]() I store all my backups in the same folder, right next to a text file with the same name I make while installing that details, dates, tweaks done, driver versions, etc., and any "To-do lists" for later, after restore. Kind of a manual "log". I just name the images to avoid confusion. WIN10-minimal.dbi, WIN10-full.dbi, Debian-12.7.dbi, Debian-12.9.dbi, etc. If I wanted them in separate folders, I'd make and name the folders myself! Maybe both could be added as a toggle in the settings? "Exact naming" = checkbox, "Direct pathing" = Check! Also, I should say I am really liking HBS so far, so don't take this as criticism, just personal preference suggestions. RE: Feature REQUESTS - admin - 03-07-2025 (03-07-2025, 01:50 PM)Dude Guyman Wrote:(03-06-2025, 09:06 PM)admin Wrote: You should know that the same task can generate multiple versions (delta and differential) of image files, so we had to add a suffix to the file name to distinguish them. Do you have any good suggestions to solve this problem? HBS allows you to rename image files without causing any problems. I will feed back your suggestions to my development team, and we accept suggestions and criticisms, as long as they are not unreasonable. Thanks. RE: Feature REQUESTS - aldist - 03-16-2025 There are several issues with HBS that puzzle users. The version numbering is quite confusing: * the installation distributive has a version number that does not match the version number of the main executable, which in turn does not match the version number in About. Therefore, no one knows what version of the program is real. * It's the same kind of mess with beta versions. * The website should explicitly state the version number of the current version available for download. Perhaps the version number should be in the name of the downloaded distribution. * Why HBS and not HB? What additional elements does HB contain that make it an Suite? RE: Feature REQUESTS - Dude Guyman - 03-16-2025 Another: It would be nice if the default settings, like compression level = high, would carry over to the created rescue.iso. RE: Feature REQUESTS - admin - 03-17-2025 (03-16-2025, 05:06 PM)aldist Wrote: There are several issues with HBS that puzzle users. The version numbering is quite confusing: Regarding the issue of version numbers appearing to be confusing, we'll standardize them and use the x.x.x.x format for all of them. Regarding the Suite in Hasleo Backup Suite, in addition to disk and file backups, it is also possible to backup sql, email, cloud, and virtual machines, and some users even want to implement disk and partition management features, however, we don't have enough time and manpower to accomplish these features. RE: Feature REQUESTS - admin - 03-17-2025 (03-16-2025, 05:33 PM)Dude Guyman Wrote: Another: It would be nice if the default settings, like compression level = high, would carry over to the created rescue.iso. Thanks for the suggestion, I'll feed it back to my development team. RE: Feature REQUESTS - Dude Guyman - 03-17-2025 (03-17-2025, 11:35 AM)admin Wrote: ...some users even want to implement disk and partition management features, however, we don't have enough time and manpower to accomplish these features. It kind of already has that. Just add instructions for them on how to use DISKPART via the included command prompt! If something more advanced is needed, it's easy enough to boot into a live cd of GPARTED or just about any Linux distro. Examples: diskpart list disk select disk 0 (change if needed) clean convert gpt (or mbr) create partition primary size=xxxx select partition 1 active (if mbr) format fs=ntfs quick label="XXXX" exit RE: Feature REQUESTS - chmichael - 03-17-2025 Add a donation which it will make you possible to purchase a EV coding signing certificate. I think many of us will donate Thank you RE: Feature REQUESTS - admin - 03-17-2025 (03-17-2025, 04:01 PM)Dude Guyman Wrote:(03-17-2025, 11:35 AM)admin Wrote: ...some users even want to implement disk and partition management features, however, we don't have enough time and manpower to accomplish these features. Managing disks using the command line or GPARTED is no problem for advanced users, however it may be difficult for some users. In fact there are many third-party applications that can manage disks, so this is not the most important thing for us. |