View Single Post
  #2 (permalink)  
Old 2006-06-05
ChrisA ChrisA is offline
Senior Member
 
Join Date: 2006-02-18
Posts: 103
Rep Power: 3
ChrisA has an average reputation (10+)
Default Re: Backup/Restore from CD

Nevermind ... I found it. FYI, here are the commands:

cd /var/CPbackup/backups
mount /dev/cdrom
ls /mnt/cdrom
cp /mnt/cdrom/<filename> ./
restore
Reply With Quote