View Single Post
  #4 (permalink)  
Old 09-07-2006, 06:14 AM
shuaib shuaib is offline
Newbie
 
Join Date: Sep 2006
Posts: 3
Rep Power: 0
shuaib is on a distinguished road
Default how to backup using tar

Well
you have to visit the man page

the command tar will group the files in one file recursively

so

#tar -cvzf filename.tar /home/shuaib

filename.tar is the created file and has the data

/home/shuaib is the targeted files in other words the files you want to backup
Reply With Quote