The free version macrium should work fine
For a good while
Unless windows makes a major file system change
Only had it happen once
In all the years I have used macrium
Windows updated something
I think it was to do with shadow volume copy file system
Or something like that
Forgot the exact details
But it messed up macrium again forgot exactly how
Have just started testing hasleo free backup
Made images and bootable rescue usb
But not actually tested restore of an image yet
Even though I like macrium
Even my backup software involves a backup plan lol
So images from 2 softwares won't hurt
There's also the built in windows image creator
Only tried that once years ago
And it failed to restore
So never tried it since
Thank you for all this info chaps!If you're OK with a bit of command line use Windows DISM
Use the Windows setup USB to boot the PC.
At any setup screen press SHFT+F10 to open a command window
Use diskpart to identify the disk you want to capture
Capture the entire disk (all partitions) as an FFU
Code:DISM /capture-ffu /imagefile=d:\backup.ffu /capturedrive=\\.\PhysicalDrive0 /name:disk0 /description:"Windows 11 Backup"
To apply\restore the FFU
Code:DISM /apply-ffu /ImageFile=d:\backup.ffu /ApplyDrive:\\.\PhysicalDrive0
If creating the FFU internally from NVMe to NVMe a 30GB file takes <3 mins to write.
The only downside compared to a WIM (partition only) is the FFU needs to be restored to a disk of the same size or larger, even if the actual FFU is only a few GBs. And you can't mount the FFU like you can a WIM to read, copy or edit induvial files. But backups and restores are super quick, can also be done from the Windows recovery options if you don't want to boot from a USB.
I feel your pain... sorry to hear Mcnumpty.Got acronis free with some stuff I bought
May have been Sn850x drives
Or my motherboard
Forgot now
It wouldn't even run
Just gave an acronis schedule error message
Even after doing what acronis support told me
Still didn't work
If it does what you want fair enough
Though until you do a successful recovery
Total peace of mind isn't guaranteed