Backup from Dos PC to XP Pro PC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there, someone had setup the production computer (dos 6.22) with some .bat
files to do a backup to "Z". It's trying to backup to \\backup\backup which
I interpret as the computer name \\backup and then a shared folder called
backup. I had to reload the xp pro computer due to virus infections and now
can't get the backup to run again. It keeps coming up with an error message
which I don't have in front of me at the time of this posting. It just says
"z not available" even though I renamed the xp pro machine backup and created
a folder on it and shared it out as backup with no permissions required -
full access.

It still can't do the backup - any ideas?
 
Hi there, someone had setup the production computer (dos 6.22) with some .bat
files to do a backup to "Z". It's trying to backup to \\backup\backup which
I interpret as the computer name \\backup and then a shared folder called
backup. I had to reload the xp pro computer due to virus infections and now
can't get the backup to run again. It keeps coming up with an error message
which I don't have in front of me at the time of this posting. It just says
"z not available" even though I renamed the xp pro machine backup and created
a folder on it and shared it out as backup with no permissions required -
full access.

It still can't do the backup - any ideas?

Tom,

On any XP Pro computer, check to see if Simple File Sharing (Control Panel -
Folder Options - View - Advanced settings) is enabled or disabled. With XP Pro,
you need to have SFS properly set on each computer.

On XP Pro with SFS disabled, check the Local Security Policies (Control Panel -
Administrative Tools). Under Local Policies - Security Options, look at
"Network access: Sharing and security model", and ensure it's set to "Classic -
local users authenticate as themselves".

On XP Pro with SFS disabled, if you set the above Local Security Policy to
"Guest only", enable the Guest account, using Start - Run - "cmd" - type "net
user guest /active:yes" in the command window. If "Classic", setup and use a
common non-Guest account on all computers. Whichever account is used, give it
an identical, non-blank password on all computers.

On XP Pro with Simple File Sharing enabled, make sure that the Guest account is
enabled, on each computer. Enable Guest, with Start - Run - "cmd", then type
"net user guest /active:yes" in the command window. Ensure that the password
for Guest is blank, with Start - Run - "control userpasswords2"; select Guest,
click Reset Password, click OK without entering a new password.

Remember, with Simple File Sharing, you'll not be able to access "C:\Program
Files", "C:\Windows", or any of the profile related folders such as "My
Documents". All of those folders require individual user, or administrator
access, and Guest access gives you neither.

On XP Pro, if you're going to use Guest authentication, check your Local
Security Policy (Control Panel - Administrative Tools) - User Rights Assignment,
on the XP Pro computer, and look at "Deny access to this computer from the
network". Make sure Guest is not in the list. Look at "Access this computer
from the network", and make sure that Everyone is in this list.

--
Cheers,
Chuck
Paranoia is not necessarily a bad thing - it comes from experience.
My email is AT DOT
actual address pchuck sonic net.
 
Back
Top