what are the various backup tools available in linux

Answers were Sorted based on User's Feedback



what are the various backup tools available in linux..

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

what are the various backup tools available in linux..

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 are the various backup tools available in linux..

Answer / praveentiwari

tar, rsync, dump , cpio

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Linux General Interview Questions

What is the maximum length for a filename under linux?

0 Answers  


What does ctrl z do in linux?

0 Answers  


What is the minimum number of partitions you need to install Linux?

18 Answers   HCL, Vedam,


State the difference between swap partition and a swap file?

0 Answers  


How will you see the calendar for specific month say august 1947 in linux?

0 Answers   B-Ways TecnoSoft,






Why mutex is faster than semaphore?

0 Answers  


What are directory files in linux?

0 Answers  


Why halt -p command needs root in ubuntu if one wants to shut it down?

1 Answers  


What is the alternative method to a gui installation in linux?

0 Answers  


Is linux affected by viruses?

0 Answers  


How do you avoid deadlock while coding?

0 Answers  


How would you create a text file without opening it?

0 Answers  


Categories