LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   samba server: How can i backup several clientes w9x,w2k,wnt,lnx? (https://www.linuxquestions.org/questions/linux-newbie-8/samba-server-how-can-i-backup-several-clientes-w9x-w2k-wnt-lnx-153135/)

Rick Hunter 03-03-2004 03:15 PM

samba server: How can i backup several clientes w9x,w2k,wnt,lnx?
 
Please, Can some one help me?

I explain.

I mount a server lnx Red Hat with Samba SMB server.
But some days ago some one delete a special user (a client) and linux crash out.
I lost all password, pc, user, client information and this make me configure it again.
I think must be possible a backup of all user, client, password, pc,etc. data would be avaible in order to avoid this problem.

Thanks.

maxut 03-04-2004 04:38 AM

u can backup a directory with tar.. like this:
tar cf etc.tar /etc
this command will backup /etc directory..

also u can create a hardlink for important config files in a another directory. so when someone delete it, only one of hardlink will be deleted. the fallowing command creates a hardlink for /etc/passwd file in the /backup directory:
ln /etc/passwd /backup/passwd

actually there r other ways to backup data. as i remember its possible to backup a patition with dump command.


All times are GMT -5. The time now is 04:11 PM.