Brennan Posted April 15, 2009 Posted April 15, 2009 I can see the freenas server on the network but when I go to open it there is nothing under it and doesn't let me copy files there. what did I do wrong or what didn't I do? Quote
Brennan Posted April 16, 2009 Author Posted April 16, 2009 never mind I figured that out but now I have another stump I want to create a batch file to backup my files to it which I have done before but this time it is protected and needs a login and password to get into it, how would I implement that into my bat file Quote
VaKo Posted April 16, 2009 Posted April 16, 2009 A simple way would be to map a drive in XP to you NAS, you can do it in the gui in a heartbeat but if you want to do it via the command line you need to look at the net use command: C:\Users\VaKo>net use ? The syntax of this command is: NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain name\]username] [/USER:[username@dotted domain name] [/SMARTCARD] [/SAVECRED] [[/DELETE] | [/PERSISTENT:{YES | NO}]] NET USE {devicename | *} [password | *] /HOME NET USE [/PERSISTENT:{YES | NO}] Save your credentials and you can just copy everything to your network drive without needing to use the net use commands in your bat. http://support.microsoft.com/kb/308582 http://technet.microsoft.com/en-us/library/bb490717.aspx Quote
Brennan Posted April 16, 2009 Author Posted April 16, 2009 thanks, one more question I cant seem to remember how to set it to only backup the new or updated files. and I have done a search and nothing came up Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.