what are the various backup tools available in linux

Answer Posted / vishnu(8123755356)

backup tools
tar:
tar -cvf <filename.tar> files,directies

cpio:
find <pattern> | cpio -o -H tar -F <filename>
receving: cpio -i -F <filename>

Dump :
dump -ouf /dev/sda1 /home

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest linux kernel?

435


Can I install linux on mac?

419


How do I install linux?

459


How to stop a process running in linux?

446


what are the best synchronization techniques for share memory data in linux?

483






Differentiate between cron and anacron.

494


Is linux unix based?

441


What is samba?

474


Explain regular expressions?

415


Which linux is best for home use?

464


Does apple use linux or unix?

418


Explain the features of stateless linux server?

640


What are semaphores in linux?

464


List 10 networking and troubleshooting commands in linux?

424


How many users can login into linux server at same time??

1014