Changes

Jump to navigation Jump to search
16 bytes removed ,  22:26, 18 June 2007
m
Line 451: Line 451:  
Alternatvely you can smbmount the Windows disk to a directory on a SME server and setup a job to backup this directory.
 
Alternatvely you can smbmount the Windows disk to a directory on a SME server and setup a job to backup this directory.
   −
<code>/bin/mount -t cifs 192.168.1.65://MYWINPC/C$ /mnt/mywinpc/ -o username=Adminstrator,password=xxxxxx</code><br>
+
<code>/bin/mount -t cifs //192.168.1.65/C$ /mnt/mywinpc/ -o username=Adminstrator,password=xxxxxx</code><br>
    
If the Affa server is local to the Windows domain, you alternatively can use the Affa automount properties<br>
 
If the Affa server is local to the Windows domain, you alternatively can use the Affa automount properties<br>
<code>AutomountDevice=>'192.168.1.65://MYWINPC/C$'<br>
+
<code>AutomountDevice=>'//192.168.1.65/C$'<br>
 
AutomountPoint=>'/mnt/mywinpc/'<br>
 
AutomountPoint=>'/mnt/mywinpc/'<br>
 
AutomountOptions=>'-t cifs -o username=Adminstrator,password=xxxxxx'</code><br>
 
AutomountOptions=>'-t cifs -o username=Adminstrator,password=xxxxxx'</code><br>
501

edits

Navigation menu