Sunday, April 12, 2015

Recovery and Restore Partition ( Freeware Alternative to Norton Ghost)

Save and Restore using partimage

partimage -b -z1 -o -d save /dev/sdb2 /recovery/trixorg.gz

partimage -b restore /dev/sda2 /recovery/trixorg.gz

1. Destination partition should be larger or same of original file even though

Space occupied is less.

2. While saving image destination partition should be mounted where you are about to store image otherwise temp error.

 

Save and Restore using fsarchiver

To save to image:

Fsarchiver –j2 –v savefs fs_trixbox /dev/hda2

To restore from image

fsarchiver –j2 –v restfs fs_trixbox.fsa id=0,dest=/dev/sda1

No comments:

Post a Comment

Featured Post

XDP - Getting Started with XDP (Linux)