LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   backup utility for Red hat Linux (https://www.linuxquestions.org/questions/linux-general-1/backup-utility-for-red-hat-linux-417091/)

natarajk 02-19-2006 04:05 AM

backup utility for Red hat Linux
 
Hello geeks,

I am looking for backup utility which will back up all important config files in linux.(For example a utility called "explorer" is used in solaris which will backup most of the important config files,which is very useful while making a DR procedure)

Is there anything available????Please advice.

with regards,
Natarajan.

ilikejam 02-19-2006 05:55 AM

Code:

#!/bin/bash
tar cvf out.tar /etc
cp out.tar /mnt/backup/drive



All times are GMT -5. The time now is 08:15 AM.