View Single Post
backup
  #2 (permalink)  
Old 03-27-2007
aypro's Avatar
aypro Offline
Newbie
 
Join Date: Apr 2006
Posts: 5
Rep Power: 3
aypro is on a distinguished road
backup

you can use an external hdd, and then copy all your files, something like that:
Code:
tar cvzf /media/usbdisk/backup.tar.gz /


Reply With Quote