assume the backup file named as following
1. /home/backup-00-00-00_11-11-11_rix.tar.gz
2. tar zxf backup-00-00-00_11-11-11_rix.tar.gz
3. mv backup-00-00-00_11-11-11_rix.tar.gz cpmove-rix
4. /scripts/restorepkg rix
Thanks Rix...but there is a slight error on line #3 above.
It should read:
3. mv backup-00-00-00_11-11-11_rix cpmove-rix
(without the .tar.gz after 11-11-11_rix)
It should read as follows:
Code:
assume the backup file named as following
/home/backup-00-00-00_11-11-11_rix.tar.gz
tar zxf backup-00-00-00_11-11-11_rix.tar.gz
mv backup-00-00-00_11-11-11_rix cpmove-rix
/scripts/restorepkg rix