Name key files or directories on a unix system that should
always be backed up?
Answers were Sorted based on User's Feedback
Answer / umesh
Some Servers are used to serve critical applications. So the
back up of /etc and /boot directory may cause beneficial
results for some unwanted disasters. since /etc directory
contains all the configuration files.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Which daemon controls the print spooling process?
Which is best linux for beginners?
What is the difference between a mutex and a semaphore in Linux?
Is linux the future of gaming?
Can linux get viruses?
Does google own linux?
How to disable ping to avoid network/icmp flood?
Why halt -p command needs root in ubuntu if one wants to shut it down?
What is the best bsd?
In my server squid is configured,and in my client machine i am using proxy (connection settings... proxy server ip) i configured..in server orkut.com is blocked, is it possible to use orkut even when i am using proxy at client side.....
How would you create a text file without opening it?
A system has four NI cards , how do you find out that a particular NI card is faulty without going to the sever ?