av24man Posted October 27, 2013 Share Posted October 27, 2013 I'm trying to find software that is able to back up all of Windows 8 - stystem and user dataI'd prefer opensource - because the price is right (free!)I have tried the latest version of clonezilla and on two different systems it backed up but errored on a partition and on restore it errored on same partition -- Windows ran a recovery and all appears well but I don't like that it errored and unsure how reliable the end result will beI could dd and do a byte-by-byte image but that is time consuming and takes up too much spaceHave used Genie Timeline and Windows File History but those are for personal data only and desire a recoverable backupAppreciate any assistance and hope to find a software solution that is free Quote Link to comment Share on other sites More sharing options...
chmod1337 Posted October 27, 2013 Share Posted October 27, 2013 dd actually isn't that slow if you set a reasonable block size (20M/30M seems about right for my applications) and use bzip2 to compress the image on-the-fly, or even better use parallel bzip2. You can use even more advanced compression technology, but bzip2 worked reasonably well for me. Should look something like:dd if=/dev/sdX bs=20M | pbzip2 > hdd.img.bzip2If size is more of a concern, you can of course use delta compession. I know this solution is by no means the most powerful one, but it is simple, flexible, reliable and you do not have to use any proprietary software.Give dd another try! dd and bzip2 have never failed me, others have. Quote Link to comment Share on other sites More sharing options...
baii Posted October 27, 2013 Share Posted October 27, 2013 Reflect free edition, disk image only though. It does compression and allow digging file from the img. Quote Link to comment Share on other sites More sharing options...
ab115 Posted October 29, 2013 Share Posted October 29, 2013 I used Backup Software for data backup & disaster recovery in Windows Server/Workstation/PC - EaseUS EaseUS Todo Backup free to resize & clone my partitions while installing my SSD. No complaints and I understand it's recommended by a couple of other sources for the price range. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.