Name key files or directories on a unix system that should
always be backed up?

Answer Posted / smily

# 2 is correct.

if specifically say..
scp -r /etc root@backupsystem.com:/backup1
scp -r /home/username/.* root@backupsystem.com:/backup1
or
scp -r /root/.* root@backupsystem.com:/backup1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the scripting language used in linux operating systems?

463


How can deadlock be prevented?

476


Which of the quoting or escape characters allows the dollar sign ($) to retain its special meaning?

499


Which file would you examine to determine the levels of messages written to system log files?

568


Is it legal to edit linux kernel?

813






If a volume group named vg0 already exists and we need to extend this volume group up to 4gb. How will you do it?

475


How do you get its usage (a filesystem)?

473


Why we use LINUX?

518


Is linux important to learn?

439


Explain the 3 kinds of file permissions under linux?

429


What is spinlock semaphore?

435


How many types of shells are there in linux?

414


What is the difference between an environment and a local variable?

483


Why is linux faster than windows?

482


How would you search for a specific employee id in a file using the vim editor?

891