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
What is the ssl handshake?
What is the scripting language used in linux operating systems?
What are the different modes when using vi editor?
Who invented semaphore?
What is a shell command in linux?
What is kernel? Explain the task it performs.
Is there any relation between modprobe.conf file and network devices?
How can you run a linux program in the background simultaneously when you start your linux server?
How to setup password less remote login/ssh?
Do hackers use kali linux?
How do I create a bootable usb drive for linux?
What is Linux Shell? What is Shell Script?
Does linux need a firewall?
differentiate between cron and anacronin linux ?
What is the best way to see the end of a logfile.log file?