Koozali.org: home of the SME Server

Using Windows network for backup DAR (solved)

Offline svetlo56

  • *
  • 39
  • +0/-0
Using Windows network for backup DAR (solved)
« on: June 23, 2010, 05:59:05 PM »
( my SME is 7.5)

I want to setup a workstation backup using DAR

Did all setup and seems to work, problems setting backup directory

I use Windows network with xp based fileserver on which my backup disk is located. The local address is 192.168.10.195, called Sx64pc

The name of this server in microsoft windows networking is FilesShared on RaidFileserver (Sx64pc)

The shared name of the folder I want to use is \\Sx64pc\FilesShared\SMEBackup

SOLUTION
Workstation IP or hostname  192.168.10.195
Backup share  SMEBackup
Login name  <windows username where the backup folder is>
Password is <windows password where the backup folder is>

I do not use username and password within my local network, but the DAR does not want to accept the above settings.

Verify workstation backup
Unable to mount workstation shared folder retrying with upper case share name mount error 6 = No such device or address Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)



[root@linux ~]# smbclient -L 192.168.10.195
Password: <HERE I TYPE RETURN NO USERNAME OR PASSWORD>
Domain=[SX64PC] OS=[Windows XP 3790 Service Pack 2] Server=[Windows XP 5.2]

        Sharename       Type      Comment
        ---------       ----      -------
        IPC$            IPC       Remote IPC
        FilesShared     Disk
        SMEBackup       Disk
session request to 192.168.10.195 failed (Called name not present)
session request to 192 failed (Called name not present)
Domain=[SX64PC] OS=[Windows XP 3790 Service Pack 2] Server=[Windows XP 5.2]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

Any suggestion?


« Last Edit: June 24, 2010, 05:46:00 PM by svetlo56 »

Offline Gizzmo

  • *
  • 22
  • +0/-0
Re: Using Windows network for backup DAR
« Reply #1 on: June 23, 2010, 11:36:27 PM »
If i remember correctly try this:

Workstation IP or hostname  192.168.10.195
Backup share  SMEBackup
Login name 
Password is

Offline svetlo56

  • *
  • 39
  • +0/-0
Re: Using Windows network for backup DAR
« Reply #2 on: June 24, 2010, 09:12:26 AM »
If i remember correctly try this:

Workstation IP or hostname  192.168.10.195
Backup share  SMEBackup
Login name 
Password is

Does not work, I get the message
Invalid Login


Offline janet

  • ****
  • 4,812
  • +0/-0
Re: Using Windows network for backup DAR
« Reply #3 on: June 24, 2010, 10:05:34 AM »
svetlo56

Quote
I want to setup a workstation backup using DAR

Are you using the default Backup or restore panel (e-smith backup with DAR) or are you using the DAR2 contrib (DiskArchive), or maybe some other DAR implementation ?

Quote
The shared name of the folder I want to use is \\Sx64pc\FilesShared\SMEBackup

You will need to change this to \\Sx64pc\SMEBackup
which means you will have to share the SMEBackup folder directly, so it appears as a share on your network.
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: Using Windows network for backup DAR
« Reply #4 on: June 24, 2010, 10:59:07 AM »
I do not use username and password within my local network, but the DAR does not want to accept the above settings.

that's bad

anyway, create a user on the windows target machine with password and give it full access to the share..

then use it to auth in the server-manager web panel

should work