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 samba and ftp server in linux?
What is your goal for your talk at fosdem?
What is pthread_mutex_t in c?
Is apple a linux or unix?
What is grub menu in linux?
What is the use of linux?
How do we give a shadow password?
What is called .scratch pad of computer.?
How to zip a file in Linux?
What is the tcp handshake?
What utility would you use to replace a string ‘2001’ for ‘2002’ in a text file?
Please write a loop for removing all files in the current directory that contains a word ‘log’?