Explain Backup Managment commands in Linux.

Answer Posted / arnab

tar -jcvf log.tar.gz log
where j = .gz extention
c = create
v = varbose
f = file
or
tar -zcvf log.tar.bz2 log
where z = .bz2 extention
c = create
v = varbose
f = file

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command would you use if you want to remove the password assigned to a group?

519


What is cpu in top command?

545


What could be the problem when a command that was issued gave a different result from the last time it was used?

684


Information technology is widely used in

1484


What is du command in linux?

546






What is cd command used for?

556


What is cpu core in linux?

503


Explain shift command of linux?

567


How can we increase disk read performance in single command in Linux?

556


You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose

570


Which command is used to check the number of files and disk space used and the each user’s defined quota?

538


What would be the result of issuing the command cat phonenos?

496


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

541


How do you save a file in linux?

561


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

576