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

Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.

824


What is echo command in batch file?

585


How to write the output of a command to a file?

569


What are the basic dos commands?

544


How many linux commands are there?

602






What does kill in linux?

535


What does cd – command do?

587


What are the examples of simple command?

516


What is the command can be run to remove all the rules in an iptable table?

573


What is apple llvm?

528


What is df -h command?

658


How do I check command history?

539


Why is linux cpu usage so high?

536


What does && mean in bash?

568


How do you grep?

557