what are the various backup tools available in linux
Answers were Sorted based on User's Feedback
Answer / divya m c
1 AFBackup-Manager
2 afio
3 amanda
4 Arkeia
5 backupd
6 Bacula
7 BAR
8 BRU
9 BRU-Pro
10 Burt
11 cdbackup
12 cddump
13 CDTARchive or CDTAR
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
What key combination can you press to suspend a running job and place it in the background?
What is the latest linux kernel?
How do I check hard drive space on linux?
How is bsd different from linux?
Which type of application can be run on linux?
What is pipe linux?
How OS communicates with program when it crashes in Linux?
How do you kill the program using one port in linux?
How to check and verify the status of the bond interface?
What is kernel? Explain the task it performs.
Is mac better than linux?
Why do developers use md5 options on passwords?