Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup ;)
What can you recommend?
BR, Rafal.
On 07/16/2014 12:50 PM, Rafał Radecki wrote:
Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup ;)
What can you recommend?
I would recommend Clonezilla: http://clonezilla.org/
On 7/16/2014 12:50 PM, Rafał Radecki wrote:
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup;)
What can you recommend?
For ext2/3/4, use dumpe2fs, for xfs, use xfsdump
phew, 50GB+ to a USB stick is gonna take *hours*, they aren't known for speed.
On Wed, Jul 16, 2014 at 3:10 PM, John R Pierce pierce@hogranch.com wrote:
On 7/16/2014 12:50 PM, Rafał Radecki wrote:
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup;)
What can you recommend?
For ext2/3/4, use dumpe2fs, for xfs, use xfsdump
If you use dump you'll have to create partitions/filesystems before the restore and reinstall grub yourself. Clonezilla will do that for you. The 'rear' package from EPEL would also likely work although it uses tar for the backup at least by default.
Rafał Radecki wrote:
Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup ;)
What can you recommend?
Do you really mean block level? Are you wanting something like a dedup? Why do you *not* want file level?
mark
I need a block level backup because I need an easy to restore backup of the whole server, including mbr, partition layout and of course data. The server will be reinstalled so filesystem level backup is an option but not as straightforward and easy to restore as for example Clonezilla.
R.
2014-07-16 22:37 GMT+02:00 m.roth@5-cent.us:
Rafał Radecki wrote:
Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup ;)
What can you recommend?
Do you really mean block level? Are you wanting something like a dedup? Why do you *not* want file level?
mark
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, Jul 17, 2014 at 12:06 PM, Rafał Radecki radecki.rafal@gmail.com wrote:
I need a block level backup because I need an easy to restore backup of the whole server, including mbr, partition layout and of course data. The server will be reinstalled so filesystem level backup is an option but not as straightforward and easy to restore as for example Clonezilla.
The 'rear' (Relax-and-Recover) package from EPEL is about as easy to use but with a different approach. It will generate a bootable iso containing a script to reconstruct the partitions, filesystems, etc. and restore to them. Some tradeoffs are that Clonezilla will do single disks and bring along windows or other partitions not part of the active system, but can't handle multiple drives or RAID and it needs at least an equal-sized disk for the restore. ReaR can make its backup without shutting the running system down, understands raid/lvm, etc., but only the linux filesystems - and with some work you can modify the disk layout/sizes before the restore. ReaR is a reasonable tool to do conversions to VM's, etc., where you are likely to want to rearrange the layout or remove software raid, although you have to manually edit the layout description file.
Yes, rear sounds resonable ;) I will try it also, thanks.
BR, Rafal.
2014-07-17 19:30 GMT+02:00 Les Mikesell lesmikesell@gmail.com:
On Thu, Jul 17, 2014 at 12:06 PM, Rafał Radecki radecki.rafal@gmail.com wrote:
I need a block level backup because I need an easy to restore backup of
the
whole server, including mbr, partition layout and of course data. The server will be reinstalled so filesystem level backup is an option but
not
as straightforward and easy to restore as for example Clonezilla.
The 'rear' (Relax-and-Recover) package from EPEL is about as easy to use but with a different approach. It will generate a bootable iso containing a script to reconstruct the partitions, filesystems, etc. and restore to them. Some tradeoffs are that Clonezilla will do single disks and bring along windows or other partitions not part of the active system, but can't handle multiple drives or RAID and it needs at least an equal-sized disk for the restore. ReaR can make its backup without shutting the running system down, understands raid/lvm, etc., but only the linux filesystems - and with some work you can modify the disk layout/sizes before the restore. ReaR is a reasonable tool to do conversions to VM's, etc., where you are likely to want to rearrange the layout or remove software raid, although you have to manually edit the layout description file.
-- Les Mikesell lesmikesell@gmail.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Is there a former version of CentOs working under Linux Kerbnel 2.2?
--- Michel Donais
On 7/21/2014 7:36 PM, Michel Donais wrote:
Is there a former version of CentOs working under Linux Kerbnel 2.2?
last RH system that was 2.2 based I know of was Redhat Linux 7 (not Enterprise). the first RHEL version, RHEL AS 2.1, used kernel 2.4.9
On Wed, 2014-07-16 at 21:50 +0200, Rafał Radecki wrote:
Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB of data) a system and then reinstall it. In the future if needed I will revert to the system from backup ;)
What can you recommend?
'dd'. I use it routinely when doing p2v migrations of older hardware and when migrating heavily customized systems between hardware.
Which brings up the point maybe you might want to investigate virtualization options if you strongly suspect you'll have a requirement to revert via a bare metal restoration procecure.
I am making backup of the mentioned machine because I need to install a virtualization software on the same hardware. I think that I will use containers with cgroups this time, usually I use kvm, so it will be somewhat faster and I will be able to get some experience with LXC (untill now I used OpenVZ and am not a fan of it ;) ).
Overall thanks for all help, I will use CloneZilla :)
Have a nice day!
R.
2014-07-16 22:54 GMT+02:00 Brian Miller centos@fullnote.com:
On Wed, 2014-07-16 at 21:50 +0200, Rafał Radecki wrote:
Hi All ;)
I need a good tool to backup whole system on block level rather than file level and easy to use. I currently need to backup to an USB disc (50+ GB
of
data) a system and then reinstall it. In the future if needed I will
revert
to the system from backup ;)
What can you recommend?
'dd'. I use it routinely when doing p2v migrations of older hardware and when migrating heavily customized systems between hardware.
Which brings up the point maybe you might want to investigate virtualization options if you strongly suspect you'll have a requirement to revert via a bare metal restoration procecure.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos