With samba, can I make the linux box visible to the 98 boxes on the peer to

peer LAN? 

Yes, you sure can.  You will have to decide whether you want to have user

accounts on the Samba server.  The answer is probably yes if you care which

people can get to which files once they have been stored.

 

If so, can I set it up so that they can store their backup files on the

linux box?

Heck, yeah.  One way to do it would be to set up home directories for each

user (after setting up user accounts), causing each Windows machine to map a

drive letter to the corresponding "home" share, and then the user would

simply pile the stuff he/she wanted backed up into that drive.  However:

how are you going to back up the backup?  Are you going to insist that

people only COPY the stuff they want saved there, not KEEP it there?  

 

Another interesting way to proceed would involve having your Linux machine

do a "pull" in lieu of your users doing a "push."  The basic idea would be

like this:

*        Tell your users to move and keep all the stuff they want backed up

in a certain folder on their hard drive

*        On each client machine, share out that folder using a common name

(suppose BACKMEUP)

*        On your Linux machine, write a shell script that used smbclient,

smbmount, and xargs to 1) create a list of the names of all available

machines on your network 2) mount the BACKMEUP share on each machine 3) copy

the contents of each BACKMEUP share to a corresponding directory on your

Linux machine

*        Create a crontab entry to execute the script at some interval

Your security needs may preclude that method, but if not, that might be

worth pursuing.

 

Make sure your Linux system is nice and reliable before attempting this,

regardless of how you do it.  Use some kind of RAID array.

 

- Jeff

 

 -----Original Message-----

 From: Rod Young [mailto:">development@combiz.net]

Sent: Tuesday, May 09, 2000 1:21 PM

To: ">ale@ale.org

Subject: [ale] samba backup server

This weekend I will try to convert this 150mhz cyrix to linux. Among other

things I want it to be the backup server for the windows machines. With

samba, can I make the linux box visible to the 98 boxes on the peer to peer

LAN? If so, can I set it up so that they can store their backup files on the

linux box? Will the partition have to be fat32 or will samba hide extfs2

from the 98 boxes? 


--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.