This application is essentially a hard disk clone, backup and restore application.
Follow this on SERVER with AMAHI Running
----------------------------------------
Note:- The default Amahi install will not get PBA by default.
These are the steps to get PBA apps available in application tab. Once the pba is listed in application tab , you can do one click install
Here is the command which needs to be run as root on Fedora Server with Amahi installed
# su - root
# rpm -Uvh http://dl.getdropbox.com/u/364883/Amahi/hda-platform-3.1-6.noarch.rpm
Follow this on client
----------------------
# Currently, we support SystemRescueCD.
Download SystemRescueCD iso file and burn the CD.
Once you boot your machine with a SystemRescueCD live CD, the commands to start PBA are these:
dhclient eth0
wget -q -O- http://pba/pba.tgz | tar -xzf - -C /root && sh pba/pba.sh pba
= What to do, in 2 simple steps =