Koozali.org: home of the SME Server

smb connection to NAS for data backup

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
smb connection to NAS for data backup
« 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,
The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)

Offline mercyh

  • *
  • 824
  • +0/-0
    • http://mercyh.org
Re: smb connection to NAS for data backup
« Reply #1 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.

Offline tropicalview

  • *****
  • 196
  • +0/-0
    • http://www.tropicalview.net
Re: smb connection to NAS for data backup
« Reply #2 on: July 30, 2008, 06:59:48 PM »
That's also a possibility.
thanks.

The sky is not the limit, But when I reach the sky, for sure I will not try to go to the limit.... (donated $25,- upto now)