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 |
What is the difference between linux file system and windows file system?
What is the difference between PATH and path?
what is kernel parameters? where its located and how would you find it ?
Why linux is more secure than windows?
How do I find system information in linux?
How is the sata hard disk configuration made when we install redhat 9?
What exactly is this Linux?
How do I list users in linux?
Why is mutex needed?
What are the core components of linux?
Which is fastest linux distro?
Explain how you can view the text file using terminal?