Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain Backup Managment commands in Linux.

Answer Posted / rajshree

To take the backup of complete file by using tar command.
tar -cvf <destination directory> <source directory>

To take the backup of selected file by using the CPIO command
ls -d <source file> | cpio -ov > <destination file>.cpio

To take the back up remotely by using the scr command
scr -rv <source directory> <dest.sys ip>:<destination derectory>

To take full,incrimental,differential backup by using the DUMP command.
For full backup command is
dump 0uf <dest file> <source file>
For incremental backup command is
dump -2uf <dest file> <source file>...This is for 1st incrimental.
For 2nd incrimental command is
dump -3uf <dest file> <source file>
The value need to be increase depends on no of incrementals.

For the differential backup command is
dump -1uf <dest dir> <source dir>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to compare the files?

931


What is finger in networking?

927


What is bash history linux?

951


What does umask 022 mean?

1072


What command should you use to check the number of files and disk space used and each user’s defined quotas?

1037


List the three main parts of an operating system command?

876


How do I find the umask value in linux?

932


Brief about FTP hostname?

1034


Which command is used to terminate a process?

892


Explain the linux ‘cd’ command options along with the description?

898


What language is a makefile written in?

891


How do I find old commands in linux?

1017


What is the syntax of mkdir?

1018


You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?

1042


What is the command to see on which port which service is running?

959