Posts: 69
Threads: 8
Joined: Dec 2023
Reputation:
0
Careful @Froggie. No where did I reference Windows. Read what I said again. Windows was never brought up. You're getting all working up over this, when it's really very simple, I want to prevent write amplification when restoring an image. Thus I need to temporarily disable trim.
Let me give a little background. An SSD write operation can be done to a single page but, due to hardware limitations, erase commands always affect entire blocks, so writing data to empty pages on an SSD is very fast, but slows down considerably once previously written pages need to be overwritten. So, restoring an image to an SSD is slower because the blocks are not empty in the first place. Since an erase of the cells in the page is needed before it can be written to again, but only entire blocks can be erased, an overwrite will initiate a read-erase-modify-write cycle the contents of the entire block are stored in cache, then the entire block is erased from the SSD, then the overwritten page(s) is written into the cached block, and only then can the entire updated block be written. So, as I said before, in order to eliminate this need to first cache the drives original contents before it can be erased it's best to temporarily disable trim in order to speed the restore up. Of course, this assumes the drive is not empty.
#themoreyouknow.
Posts: 244
Threads: 28
Joined: Dec 2022
Reputation:
8
I was assuming some Windows references... I no longer am. Just a coupla statements here... the TRIM function is what eliminates long term write-amplification problems, that's a fact, and it will happen one way or another. Secondly, if you do the exact same restore with or without TRIM, you will see no speed difference at all at the Windows restore level, especially when using Hasleo
If this doesn't make sense to you, we can agree to disagree on this issue.
Posts: 60
Threads: 10
Joined: Jun 2024
Reputation:
0
Hello,
I don't know if Hasleo backup is already using https://github.com/zlib-ng/zlib-ng lib for compression.
We'll get a nice speed boost for v5.
Thank you
Posts: 1,840
Threads: 11
Joined: Feb 2014
Reputation:
27
(07-17-2024, 06:47 AM)chmichael Wrote: Hello,
I don't know if Hasleo backup is already using https://github.com/zlib-ng/zlib-ng lib for compression.
We'll get a nice speed boost for v5.
Thank you
Thank you very much and we will consider it.
Posts: 69
Threads: 8
Joined: Dec 2023
Reputation:
0
Would it be possible to get a more detailed "log" window when creating and restoring an image? Currently, we get a completion percentage, ETA, and time estimation. It would be nice to have a more specific showing of partition, write/read speeds, and more accurate timings.
Posts: 1,840
Threads: 11
Joined: Feb 2014
Reputation:
27
(07-19-2024, 12:09 PM)n8chavez Wrote: Would it be possible to get a more detailed "log" window when creating and restoring an image? Currently, we get a completion percentage, ETA, and time estimation. It would be nice to have a more specific showing of partition, write/read speeds, and more accurate timings.
Thanks for the suggestion. Is it necessary to show more information, which may have some impact on performance? We haven't tested this yet, so maybe the impact will be minimal.
Posts: 60
Threads: 10
Joined: Jun 2024
Reputation:
0
07-31-2024, 06:14 AM
(This post was last modified: 07-31-2024, 07:58 AM by chmichael.)
Hello,
1) Maximize button in file restore window because now it is tiny or having a seperate window for file restore with maximize button.
2) File restore should have an option to restore it at the "original location" and of course overwrite it. Now it's only custom.
3) Add Green Emoji for Success and Red anything else in the e-mail notification subject. eg: [✅ Success] or [♦️ Fail] . It's just hits way better to the eye!
btw i think it works with Content-Type: text/plain; charset=utf-8
4) The ability to customize subject on e-mail notifications. eg:
[%iconstatus% %jobstatus%] - [%domain%\%user%] - dddd, dd mm yyyy hh s:nn -> [✅ Successful] - [MYDOMAIN\MYUSER] - Tuesday, 30 July 2024 22:33:07
5) Compile with latest Visual Studio 2022
6) Not actually needed but it will be good: Upgrade to the latest inno setup
Thank you
Posts: 1,840
Threads: 11
Joined: Feb 2014
Reputation:
27
(07-31-2024, 06:14 AM)chmichael Wrote: Hello,
1) Maximize button in file restore window because now it is tiny or having a seperate window for file restore with maximize button.
2) File restore should have an option to restore it at the "original location" and of course overwrite it. Now it's only custom.
3) Add Green Emoji for Success and Red anything else in the e-mail notification subject. eg: [✅ Success] or [♦️ Fail] . It's just hits way better to the eye!
btw i think it works with Content-Type: text/plain; charset=utf-8
4) The ability to customize subject on e-mail notifications. eg:
[%iconstatus% %jobstatus%] - [%domain%\%user%] - dddd, dd mm yyyy hhs:nn -> [✅ Successful] - [MYDOMAIN\MYUSER] - Tuesday, 30 July 2024 22:33:07
5) Compile with latest Visual Studio 2022
6) Not actually needed but it will be good: Upgrade to the latest inno setup
Thank you
Thank you for all your suggestions, we will improve them in future releases.
Posts: 24
Threads: 4
Joined: Apr 2023
Reputation:
0
(06-23-2024, 08:05 PM)admin Wrote: (06-22-2024, 12:05 AM)RobLatour Wrote: (06-21-2024, 10:50 PM)admin Wrote: (06-21-2024, 10:12 PM)RobLatour Wrote: Feature request - have a way to see the current version number of the program from the main window and/or display it on the start-up splash window. opps, I just noticed if you go to the little icon beside the minimize button, and check for update you get the version number of the program - so I guess it is there - just a little hidden. But still might be worth adding to the splash window. Thanks
Thanks for the advice, we'll do it.
We will display the version number in the title bar.
Perfect, and I see you added it in version 4.9 - thank you!
Posts: 24
Threads: 4
Joined: Apr 2023
Reputation:
0
08-12-2024, 11:49 PM
(This post was last modified: 08-24-2024, 12:27 AM by RobLatour.)
Feature Request - when a backup completes or fails automatically send an email.
SMTP would be fine from my perspective, although others might want this tied into their gmail/hotmail accounts.
Edit: Opps just notice this is already supported in 4.9.1
My apologies.
|