Re: Offsite Backup Using VPN
- From: Steve <Steven@xxxxxxxxxxxxxx>
- Date: Fri, 20 Feb 2009 14:54:50 -0500
Thanks Pegasus. Could I just throw this into a .bat file?
Steve
On Fri, 20 Feb 2009 18:42:05 +0100, "Pegasus \(MVP\)"
<I.can@xxxxxxxxxx> wrote:
"Steve" <Steven@xxxxxxxxxxxxxx> wrote in message
news:taotp4p5qffc98dtrvukkaf5j6mdj9k4an@xxxxxxxxxx
Hello,
I'm trying to figure out if it's possible to setup and automated
script to launch and login to a VPN connection with a remote server
nightly, then kick off a batch file to copy files from the remote
server to my local PC. The server is 2003 SBS and the PC on my side is
XP SP3.
Is this even possible?
Thanks,
Steve
Yes, it's possible but not secure (because you have to put your password
into the script):
@echo off
rasdial "ServerName" steve SomePassword
/phonebook:"%AllUsersProfile%\Application
Data\Microsoft\Network\Connections\Pbk\rasphone.pbk"
.
- Follow-Ups:
- Re: Offsite Backup Using VPN
- From: Pegasus \(MVP\)
- Re: Offsite Backup Using VPN
- References:
- Offsite Backup Using VPN
- From: Steve
- Re: Offsite Backup Using VPN
- From: Pegasus \(MVP\)
- Offsite Backup Using VPN
- Prev by Date: Time Synch problem
- Next by Date: Re: SBS 2008 and hyper-v
- Previous by thread: Re: Offsite Backup Using VPN
- Next by thread: Re: Offsite Backup Using VPN
- Index(es):
Relevant Pages
|