LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   backup and recovery process (https://www.linuxquestions.org/questions/linux-server-73/backup-and-recovery-process-665489/)

soumalya 08-26-2008 07:13 AM

backup and recovery process
 
Sir

i am using centos 5 as server. now i want to backup all users hoem directory in another external hdd.

is there any gui backup application / solution for centos.


help me pls

thanks in advance.

trickykid 08-26-2008 08:01 AM

If you don't go with a 3rd party application or commercial solution, you can easily us rsync.

Code:

rsync -av /home /path/to/external/hdd/mount

pixellany 08-26-2008 08:26 AM

http://www.google.com/search?q=linux...S177US235&aq=t

GIYF

soumalya 08-26-2008 11:11 PM

thanks for ur reply

let me try


All times are GMT -5. The time now is 06:45 AM.