Guus, awsome reply! thank you - you cleared up a few questions i was having.
I will look into iSCSI - although i have never worked with it.
Basically here is what I have to work with:

I have a linux pc running gentoo with kernel 2.6 and backuppc but this machine does not have enough space for my backups.
i have a windwos 2000 server with 250GB raid 5 array, and I can use this for storage. currently the only way i know how to setup raid 5 is with mdadm, and im not too keen on formatting the windows pc and putting gentoo on it, becuase for me it is easier to rebuild and administer the raid when it is on windows - especially something as critical as a backup server. I dont want to sit and battle with the os and the raid, so far it' stable on windwos and i want to keep it that way - if this is possible

so now I have a windows box with space and a linux box with backuppc - (the program i love and trust)
thats my problem:

so all i need is for backuppc to be happily using the windows box's space for a storage medium - nfs like you say will give me nightmares but thats the only way i read and knew about, i will try iSCSI and post back to the list for help -
if anyone on this list have any examples or advice, i will apreciate that very much,
thank you your help and support,

winston

On 11/28/05, Guus Houtzager < [EMAIL PROTECTED]> wrote:
Hi,

On Mon, 2005-11-28 at 09:03 +0200, Winston Nolan wrote:
> good day to you,
>
> i have used backuppc in the past - awsome product! unfortunately i
> have had problems with space and had to revert to another product,
> symantec backup exec 10d
> this product has only given me nightmares! not even one smile!
> so i am back @ backuppc and i am loving it, i have one problem though,
> becuase of my space problems on my linux server i will have to store
> backup data on a nfs share on a windows box with raid 5.
>
> i have installed services for unix 3.5 on my windows machine, this box
> has got a 250gb storage on raid 5 and i would like my backuppc data to
> be stored on this drive. now, it installs fine after i have mounted
> the drive with nfs, but when i start backuppc it fails, now the reason
> for this is that it cannot create the socket
> my logs say this:

Are you 100% sure you want to do this? I think it's a recipe for
disaster on 2 counts. First I have played with SFU (which Microsoft has
stopped developping btw), mostly with the nfs client and it is horrible.
Slow transfers, timeouts and all sorts of trouble. Maybe the nfs server
is better, but don't count on it. I would only use that for emergencies.
Secondly: I think it's very dangerous to use nfs in this situation,
especially if more than one backup is running at the same time. NFS
semantics are close to unix semantics but not quite. For instance: it
can take up to 30 seconds before a newly created file is visible to all
clients. And there are several more gotcha's.
So to summarize: nfs in windows is not so good (maybe better with
cygwin) and I think nfs is the wrong tool for the job.

What I would do is export the windows partition you want to put backuppc
on with iSCSI and import it on your backuppc server. You don't need the
shared access of NFS, because backuppc will be the only client, and with
iSCSI you get blocklevel access to the partition (it's now a local
device to the backuppc server) so you can put any filesystem on it you
want. And iSCSI is much faster than NFS. Especially on a gigabit
interconnect. All the software you need on Windows is downloadable from
Microsoft and is available for every Linux distribution. You do need a
fairly recent 2.6 kernel.

> 2005-11-28 07:41:45 unix bind() failed: No such file or directory
>
> now, i have read in the mailing lists that this can be done, is there
> anyone on this list that has done it before, putting that data on a
> windows nfs share, using services for unix nfs server, or what server
> works best?
> they have in their release notes that it will accept unix domain
> sockets with internix, and i have that started but backuppc can
> clearly not create that socket.
>
> please guys this will be an awsoem setup and i want it to work so bad,
> so if anyone has some help they can offer me i will be very happy,
> also feel free to tell me where i will run into a wall using this
> setup, good things about it and the bad things

Forget about nfs and try iscsi, you'll be glad you did.

> thank you very much and have a great day!
>
> winston

Hth,

--
Guus Houtzager                           Email: [EMAIL PROTECTED]
PGP fingerprint = 5E E6 96 35 F0 64 34 14  CC 03 2B 36 71 FB 4B 5D
Early to rise, early to bed, makes a man healthy, wealthy and dead.
        --Rincewind, The Light Fantastic



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to