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
How do I determine my ip address in linux?
If a volume group named vg0 already exists and we need to extend this volume group up to 4gb. How will you do it?
How linux is different from unix?
How do you find out all processes that are currently running?
What is truncate linux?
Does it help for a Linux system to have multiple desktop environments installed?
What is the core of the linux operating system?
What is eval linux?
Does android studio run faster on linux?
Which daemon controls the print spooling process?
What do you understand by root account?
Why linux is so important?
What is CLI?
how would you get hardware details in linux operating system?
Can linux get viruses?