Networking Forums

Networking Forums > Computer Networking > Windows Networking > Off-site backup

Reply
Thread Tools Display Modes

Off-site backup

 
 
Richard
Guest
Posts: n/a

 
      10-01-2004, 11:19 PM
I have a small office network with 12 PCs interconnected
via a hub. One PC is running Windows Server 2003
Enterprise edition, has a RAID 1 (mirrored) drive
configuration, and serves as the file server. I want to
set this machine up to run a scheduled backup to a machine
that is off-site over the internet connection. I can get
it to perform a scheduled backup, but only to its own hard
drives or one of the other networked PCs. Can someone help
me set up the off-site PC (Win 2000 OS)so that it appears
on the network places available to receive a backup?
 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-02-2004, 06:53 PM
Richard wrote:
> I have a small office network with 12 PCs interconnected
> via a hub. One PC is running Windows Server 2003
> Enterprise edition, has a RAID 1 (mirrored) drive
> configuration, and serves as the file server. I want to
> set this machine up to run a scheduled backup to a machine
> that is off-site over the internet connection. I can get
> it to perform a scheduled backup, but only to its own hard
> drives or one of the other networked PCs. Can someone help
> me set up the off-site PC (Win 2000 OS)so that it appears
> on the network places available to receive a backup?


Not a good plan for server backups. Don't know what your data footprint is,
or what your bandwidth is, but I wouldn't recommend this... What about tape?
Or one of the many online backup services? Or both?


 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-02-2004, 08:43 PM
Map a drive to the remote computer - you may have to use the IP address
instead of the machine name - then it will appear on your list. Also you
could backup to a local or LAN drive, and then simply schedule a copy to the
remote machine. Unless you are backing up something relatively small - even
System State is several hundred MBs - this is probably not an efficient
solution.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Richard" <(E-Mail Removed)> wrote in message
news:1bf401c4a80d$24f2a720$(E-Mail Removed)...
> I have a small office network with 12 PCs interconnected
> via a hub. One PC is running Windows Server 2003
> Enterprise edition, has a RAID 1 (mirrored) drive
> configuration, and serves as the file server. I want to
> set this machine up to run a scheduled backup to a machine
> that is off-site over the internet connection. I can get
> it to perform a scheduled backup, but only to its own hard
> drives or one of the other networked PCs. Can someone help
> me set up the off-site PC (Win 2000 OS)so that it appears
> on the network places available to receive a backup?



 
Reply With Quote
 
Richard
Guest
Posts: n/a

 
      10-03-2004, 12:54 AM

>-----Original Message-----
>Richard wrote:
>> I have a small office network with 12 PCs interconnected
>> via a hub. One PC is running Windows Server 2003
>> Enterprise edition, has a RAID 1 (mirrored) drive
>> configuration, and serves as the file server. I want to
>> set this machine up to run a scheduled backup to a

machine
>> that is off-site over the internet connection. I can get
>> it to perform a scheduled backup, but only to its own

hard
>> drives or one of the other networked PCs. Can someone

help
>> me set up the off-site PC (Win 2000 OS)so that it

appears
>> on the network places available to receive a backup?

>
>Not a good plan for server backups. Don't know what your

data footprint is,
>or what your bandwidth is, but I wouldn't recommend

this... What about tape?
>Or one of the many online backup services? Or both?
>
>

Thanks so much for taking the time to consider my querry.
The amoutnt of data to be backed up is around 4 Gigs; the
connection is standard ADSL. Time to back up is secondary
since the sole purpose of the off-site machine is for the
backup. The plan is to backup each day's data in a
separate folder (e.g.: Mon, Tue etc.).
Not to fond of tape and would like to avoid the cost of on-
line service.
To map a drive to the remote PC, do I just use the IP
address revealed from ipconfig? What if it is in a
wireless network? Do I need to be concerned about opening
up a port? I'm afraid I know just enough to be dangerous
in thes areas so please don't feel you'll be insulting me
if you need to explain in detail.
 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-03-2004, 02:12 AM
If your Internet routers support VPN (frequently described as VPN end
points), you can configure a persistent router-to-router VPN connection and
simply map to the IP address of the Win2k machine: \\IPaddress\sharename.
If your routers do not have this feature, they probably support VPN
pass-through. In this case, you enable pass-through on the router (how you
do it varies-see your router's documentation) and map the port to the Win2k
machine's IP address. You can configure Win2k Pro or Server as a VPN server
and connect to it by configuring a VPN client on the Win 2003 machine (Make
new connection wizard). You should then be able to map the drive per above.
This will work with a wireless network.

You would get better performance by having the Win2k machine connect to Win
2003's Remote Desktop and running backup remotely. However, there is
virtually no chance of being able to transfer 4 GB of data overnight using
VPN or RDP with an ADSL connection.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Richard" <(E-Mail Removed)> wrote in message
news:2c4b01c4a8e3$7f0a98e0$(E-Mail Removed)...
>
> >-----Original Message-----
> >Richard wrote:
> >> I have a small office network with 12 PCs interconnected
> >> via a hub. One PC is running Windows Server 2003
> >> Enterprise edition, has a RAID 1 (mirrored) drive
> >> configuration, and serves as the file server. I want to
> >> set this machine up to run a scheduled backup to a

> machine
> >> that is off-site over the internet connection. I can get
> >> it to perform a scheduled backup, but only to its own

> hard
> >> drives or one of the other networked PCs. Can someone

> help
> >> me set up the off-site PC (Win 2000 OS)so that it

> appears
> >> on the network places available to receive a backup?

> >
> >Not a good plan for server backups. Don't know what your

> data footprint is,
> >or what your bandwidth is, but I wouldn't recommend

> this... What about tape?
> >Or one of the many online backup services? Or both?
> >
> >

> Thanks so much for taking the time to consider my querry.
> The amoutnt of data to be backed up is around 4 Gigs; the
> connection is standard ADSL. Time to back up is secondary
> since the sole purpose of the off-site machine is for the
> backup. The plan is to backup each day's data in a
> separate folder (e.g.: Mon, Tue etc.).
> Not to fond of tape and would like to avoid the cost of on-
> line service.
> To map a drive to the remote PC, do I just use the IP
> address revealed from ipconfig? What if it is in a
> wireless network? Do I need to be concerned about opening
> up a port? I'm afraid I know just enough to be dangerous
> in thes areas so please don't feel you'll be insulting me
> if you need to explain in detail.



 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-03-2004, 04:58 PM
Richard wrote:
>> -----Original Message-----
>> Richard wrote:
>>> I have a small office network with 12 PCs interconnected
>>> via a hub. One PC is running Windows Server 2003
>>> Enterprise edition, has a RAID 1 (mirrored) drive
>>> configuration, and serves as the file server. I want to
>>> set this machine up to run a scheduled backup to a machine
>>> that is off-site over the internet connection. I can get
>>> it to perform a scheduled backup, but only to its own hard
>>> drives or one of the other networked PCs. Can someone help
>>> me set up the off-site PC (Win 2000 OS)so that it appears
>>> on the network places available to receive a backup?

>>
>> Not a good plan for server backups. Don't know what your data
>> footprint is, or what your bandwidth is, but I wouldn't recommend
>> this... What about tape? Or one of the many online backup services?
>> Or both?
>>
>>

> Thanks so much for taking the time to consider my querry.
> The amoutnt of data to be backed up is around 4 Gigs; the
> connection is standard ADSL.


I think you will find that this is not going to work well. At the very
least, I wouldn't try a backup job - perhaps a batch file with a robocopy
job in it. Or see something like DoubleTake from Sunbelt Software.

> Time to back up is secondary
> since the sole purpose of the off-site machine is for the
> backup.


Your Internet bandwidth is also going to be sucked up pretty badly while
this is running, no matter how you do it.

> The plan is to backup each day's data in a
> separate folder (e.g.: Mon, Tue etc.).
> Not to fond of tape


What's the objection to tape, if I might inquire?

> and would like to avoid the cost of on-
> line service.


That, I understand. It's expensive.

> To map a drive to the remote PC, do I just use the IP
> address revealed from ipconfig? What if it is in a
> wireless network? Do I need to be concerned about opening
> up a port? I'm afraid I know just enough to be dangerous
> in thes areas so please don't feel you'll be insulting me
> if you need to explain in detail.


I think Doug's replies cover this stuff pretty well....post back if you have
more questions or need more help.


 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-04-2004, 04:18 PM
An alternative that you might want to consider is a DVD burner. These have
come way down in price; they usually include backup software; and if you buy
media in bulk, you can get disks for well under $1. DVDs are easy to store
offsite; and of course, you might find some other uses for such a device.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Lanwench [MVP - Exchange]"
<(E-Mail Removed) ahoo.com> wrote in message
news:(E-Mail Removed)...
> Richard wrote:
> >> -----Original Message-----
> >> Richard wrote:
> >>> I have a small office network with 12 PCs interconnected
> >>> via a hub. One PC is running Windows Server 2003
> >>> Enterprise edition, has a RAID 1 (mirrored) drive
> >>> configuration, and serves as the file server. I want to
> >>> set this machine up to run a scheduled backup to a machine
> >>> that is off-site over the internet connection. I can get
> >>> it to perform a scheduled backup, but only to its own hard
> >>> drives or one of the other networked PCs. Can someone help
> >>> me set up the off-site PC (Win 2000 OS)so that it appears
> >>> on the network places available to receive a backup?
> >>
> >> Not a good plan for server backups. Don't know what your data
> >> footprint is, or what your bandwidth is, but I wouldn't recommend
> >> this... What about tape? Or one of the many online backup services?
> >> Or both?
> >>
> >>

> > Thanks so much for taking the time to consider my querry.
> > The amoutnt of data to be backed up is around 4 Gigs; the
> > connection is standard ADSL.

>
> I think you will find that this is not going to work well. At the very
> least, I wouldn't try a backup job - perhaps a batch file with a robocopy
> job in it. Or see something like DoubleTake from Sunbelt Software.
>
> > Time to back up is secondary
> > since the sole purpose of the off-site machine is for the
> > backup.

>
> Your Internet bandwidth is also going to be sucked up pretty badly while
> this is running, no matter how you do it.
>
> > The plan is to backup each day's data in a
> > separate folder (e.g.: Mon, Tue etc.).
> > Not to fond of tape

>
> What's the objection to tape, if I might inquire?
>
> > and would like to avoid the cost of on-
> > line service.

>
> That, I understand. It's expensive.
>
> > To map a drive to the remote PC, do I just use the IP
> > address revealed from ipconfig? What if it is in a
> > wireless network? Do I need to be concerned about opening
> > up a port? I'm afraid I know just enough to be dangerous
> > in thes areas so please don't feel you'll be insulting me
> > if you need to explain in detail.

>
> I think Doug's replies cover this stuff pretty well....post back if you

have
> more questions or need more help.
>
>



 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      10-04-2004, 11:53 PM
Doug Sherman [MVP] wrote:
> An alternative that you might want to consider is a DVD burner.
> These have come way down in price; they usually include backup
> software; and if you buy media in bulk, you can get disks for well
> under $1. DVDs are easy to store offsite; and of course, you might
> find some other uses for such a device.


Can't automate backup to it, and it won't hold the amount of data I'd expect
to see on a server backup. I might set someone up with this for a
workstation, but I wouldn't use it on a server.
>
> Doug Sherman
> MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
>
> "Lanwench [MVP - Exchange]"
> <(E-Mail Removed) ahoo.com> wrote in
> message news:(E-Mail Removed)...
>> Richard wrote:
>>>> -----Original Message-----
>>>> Richard wrote:
>>>>> I have a small office network with 12 PCs interconnected
>>>>> via a hub. One PC is running Windows Server 2003
>>>>> Enterprise edition, has a RAID 1 (mirrored) drive
>>>>> configuration, and serves as the file server. I want to
>>>>> set this machine up to run a scheduled backup to a machine
>>>>> that is off-site over the internet connection. I can get
>>>>> it to perform a scheduled backup, but only to its own hard
>>>>> drives or one of the other networked PCs. Can someone help
>>>>> me set up the off-site PC (Win 2000 OS)so that it appears
>>>>> on the network places available to receive a backup?
>>>>
>>>> Not a good plan for server backups. Don't know what your data
>>>> footprint is, or what your bandwidth is, but I wouldn't recommend
>>>> this... What about tape? Or one of the many online backup services?
>>>> Or both?
>>>>
>>>>
>>> Thanks so much for taking the time to consider my querry.
>>> The amoutnt of data to be backed up is around 4 Gigs; the
>>> connection is standard ADSL.

>>
>> I think you will find that this is not going to work well. At the
>> very least, I wouldn't try a backup job - perhaps a batch file with
>> a robocopy job in it. Or see something like DoubleTake from Sunbelt
>> Software.
>>
>>> Time to back up is secondary
>>> since the sole purpose of the off-site machine is for the
>>> backup.

>>
>> Your Internet bandwidth is also going to be sucked up pretty badly
>> while this is running, no matter how you do it.
>>
>>> The plan is to backup each day's data in a
>>> separate folder (e.g.: Mon, Tue etc.).
>>> Not to fond of tape

>>
>> What's the objection to tape, if I might inquire?
>>
>>> and would like to avoid the cost of on-
>>> line service.

>>
>> That, I understand. It's expensive.
>>
>>> To map a drive to the remote PC, do I just use the IP
>>> address revealed from ipconfig? What if it is in a
>>> wireless network? Do I need to be concerned about opening
>>> up a port? I'm afraid I know just enough to be dangerous
>>> in thes areas so please don't feel you'll be insulting me
>>> if you need to explain in detail.

>>
>> I think Doug's replies cover this stuff pretty well....post back if
>> you have more questions or need more help.



 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      10-09-2004, 04:17 PM
Depends on the software that comes with the burner - many products support
scheduling. Richard says the data is around 4 GB - a standard +R or -R DVD
will hold about 4.7 GB.

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP


"Lanwench [MVP - Exchange]"
<(E-Mail Removed) ahoo.com> wrote in message
news:(E-Mail Removed)...
> Doug Sherman [MVP] wrote:
> > An alternative that you might want to consider is a DVD burner.
> > These have come way down in price; they usually include backup
> > software; and if you buy media in bulk, you can get disks for well
> > under $1. DVDs are easy to store offsite; and of course, you might
> > find some other uses for such a device.

>
> Can't automate backup to it, and it won't hold the amount of data I'd

expect
> to see on a server backup. I might set someone up with this for a
> workstation, but I wouldn't use it on a server.
> >
> > Doug Sherman
> > MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
> >
> > "Lanwench [MVP - Exchange]"
> > <(E-Mail Removed) ahoo.com> wrote in
> > message news:(E-Mail Removed)...
> >> Richard wrote:
> >>>> -----Original Message-----
> >>>> Richard wrote:
> >>>>> I have a small office network with 12 PCs interconnected
> >>>>> via a hub. One PC is running Windows Server 2003
> >>>>> Enterprise edition, has a RAID 1 (mirrored) drive
> >>>>> configuration, and serves as the file server. I want to
> >>>>> set this machine up to run a scheduled backup to a machine
> >>>>> that is off-site over the internet connection. I can get
> >>>>> it to perform a scheduled backup, but only to its own hard
> >>>>> drives or one of the other networked PCs. Can someone help
> >>>>> me set up the off-site PC (Win 2000 OS)so that it appears
> >>>>> on the network places available to receive a backup?
> >>>>
> >>>> Not a good plan for server backups. Don't know what your data
> >>>> footprint is, or what your bandwidth is, but I wouldn't recommend
> >>>> this... What about tape? Or one of the many online backup services?
> >>>> Or both?
> >>>>
> >>>>
> >>> Thanks so much for taking the time to consider my querry.
> >>> The amoutnt of data to be backed up is around 4 Gigs; the
> >>> connection is standard ADSL.
> >>
> >> I think you will find that this is not going to work well. At the
> >> very least, I wouldn't try a backup job - perhaps a batch file with
> >> a robocopy job in it. Or see something like DoubleTake from Sunbelt
> >> Software.
> >>
> >>> Time to back up is secondary
> >>> since the sole purpose of the off-site machine is for the
> >>> backup.
> >>
> >> Your Internet bandwidth is also going to be sucked up pretty badly
> >> while this is running, no matter how you do it.
> >>
> >>> The plan is to backup each day's data in a
> >>> separate folder (e.g.: Mon, Tue etc.).
> >>> Not to fond of tape
> >>
> >> What's the objection to tape, if I might inquire?
> >>
> >>> and would like to avoid the cost of on-
> >>> line service.
> >>
> >> That, I understand. It's expensive.
> >>
> >>> To map a drive to the remote PC, do I just use the IP
> >>> address revealed from ipconfig? What if it is in a
> >>> wireless network? Do I need to be concerned about opening
> >>> up a port? I'm afraid I know just enough to be dangerous
> >>> in thes areas so please don't feel you'll be insulting me
> >>> if you need to explain in detail.
> >>
> >> I think Doug's replies cover this stuff pretty well....post back if
> >> you have more questions or need more help.

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Site-to-Site VPN client routing question - clients at branch office not able to access network at HQ Hii Sing Chung Windows Networking 13 10-19-2007 10:47 AM
PPTP users cannot access branch office (even though site to site works) Monster Windows Networking 1 08-11-2006 04:20 AM
VPN Site-to-site stops working after applying SP1 - HotFix 8976651 didn't work! |mouse| Windows Networking 3 09-22-2005 09:19 PM
Full daily backup with MS backup on W2k3 Herm Windows Networking 4 12-21-2004 01:45 PM
another vpn wins site to site to site problem* Christopher S. Daane Windows Networking 5 04-21-2004 07:25 AM



1 2 3 4 5 6 7 8 9 10 11