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 and unix?
How to copy file into directory?
Where did the linux kernel originate?
Explain the term cli?
Explain file permission in linux.
What is ssh? How to connect to a remote server via ssh?
How to unzip a file in Linux?
How you can find a file using terminal?
What are the core components of linux?
What is virtual desktop?
Can you replace windows with linux?
Does nasa use linux?