Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: tropicalview on July 30, 2008, 06:47:58 PM

Title: smb connection to NAS for data backup
Post by: tropicalview on July 30, 2008, 06:47:58 PM
Hi,

I'm running a sme server with vmware windows for ms sql.
i created a seperate drive (.vmkf) for backup purpose.

I just learned that i can map a local folder to an external NAS storage by these commands:

Code: [Select]
mkdir -p /mnt/backup
mount -t cifs -o user=username //backupdrive/backup /mnt/backup

the question that araised, if i make a folder like that and i place the backup disk of windows in there, will that work?
and more, what do i have to do to have that mounted during the startup?

Kind regards,
Title: Re: smb connection to NAS for data backup
Post by: mercyh on July 30, 2008, 06:50:38 PM
Why not use one of the Dar backup contribs? They will manage the backup share and do the scheduling and incrementing (if you choose) of the backup.
Title: Re: smb connection to NAS for data backup
Post by: tropicalview on July 30, 2008, 06:59:48 PM
That's also a possibility.
thanks.