The MASM Forum

Miscellaneous => The Orphanage => Topic started by: shankle on December 04, 2016, 11:43:59 PM

Title: backups
Post by: shankle on December 04, 2016, 11:43:59 PM
Has anyone tried using Macrium Reflect to backup a Linuz Ubuntu Mate OS?
I now am backing up wiffies computer with REDO which has some limitations.
Thanks for any info.
Title: Re: backups
Post by: Vortex on December 05, 2016, 04:39:11 AM
Hi shankle,

I use Redo Backup at work to backup my CentOS Linux installation on a notebook. The traditional UNIX\Linux tar is a very good tool to backup Linux systems.
Title: Re: backups
Post by: shankle on December 05, 2016, 06:00:31 AM
Thanks Vortex,
From what I have read Macrium Reflect will only backup Ubuntu if you
are dual booting with Windows.

Two things are causing me a little trouble with REDO.
1. It puts the Image where it wants to and not where I told it.
2. Verify - put in the live cd and up comes the main window with
    two options - image or restore. No where do I see anything about
    setting it to verify the image.
Title: Re: backups
Post by: Vortex on December 05, 2016, 06:04:32 AM
Hi shanke,

I create the image in a portable USB hard drive. You should be able to put the image in a shared folder too.

Concerning the backup verification :

QuoteRedobackup does not have verify function.

You can verify the image by hand. The image is composed of partclone
image of each partition, gzipped and split in 2G pieces.

so something like

cat /path/to/your/image_part$n.0* | gzip -dc | partclone.chkimg -s -
-L check$n.log

You can also restore the image to an empty disk to verify it.

https://sourceforge.net/p/redobackup/discussion/1169664/thread/e5c026b6/

Edit : New version of Redo Backup :

https://sourceforge.net/p/redobackup/discussion/1169663/thread/d469c53d/