System restore 2 (fsarchiver)

My scripts >
The two scripts below are for restoring a backup archive of a linux system or user home using fsarchiver.

The first script (system restore) works at partition level, checks if the partition is mounted, unmounts it and unpacks the archive there.


The 2nd script (user home restore) works at dir level and looks for a dir in /home or another partition, or uses /mnt/tmp. It is advisable to create a new dir there (you can do this during dir selection by typing 'm' and it will ask for new dir name) and not unpack onto your current user home. You could also unpack a user home backup archive into /mnt/tmp and then run rsync to copy files into your running user home.

See my System backup page for more info.

1. System restore (with fsarchiver)
 


2. User home restore (with fsarchiver)