From: Steve on
I am trying to schedule a system state backup to a network share using
Windows Server Backup (Win 2008 R2). The backup runs fine when it's run
manually, but it does not run when it's scheduled. Is there something I am
overlooking or is it a problem with Win 2008?

From: Leythos on
In article <eot2bZa1KHA.264(a)TK2MSFTNGP04.phx.gbl>, steve(a)nothing.ork
says...
>
> I am trying to schedule a system state backup to a network share using
> Windows Server Backup (Win 2008 R2). The backup runs fine when it's run
> manually, but it does not run when it's scheduled. Is there something I am
> overlooking or is it a problem with Win 2008?

Did you use the full UNC path \\somelocation\share\ or did you use a
mapped drive letter?

--
You can't trust your best friends, your five senses, only the little
voice inside you that most civilians don't even hear -- Listen to that.
Trust yourself.
spam999free(a)rrohio.com (remove 999 for proper email address)
From: Steve on
I used UNC in both cases.

"Leythos" <spam999free(a)rrohio.com> wrote in message
news:MPG.26252fc294d3506c98a281(a)us.news.astraweb.com...
> In article <eot2bZa1KHA.264(a)TK2MSFTNGP04.phx.gbl>, steve(a)nothing.ork
> says...
>>
>> I am trying to schedule a system state backup to a network share using
>> Windows Server Backup (Win 2008 R2). The backup runs fine when it's run
>> manually, but it does not run when it's scheduled. Is there something I
>> am
>> overlooking or is it a problem with Win 2008?
>
> Did you use the full UNC path \\somelocation\share\ or did you use a
> mapped drive letter?
>
> --
> You can't trust your best friends, your five senses, only the little
> voice inside you that most civilians don't even hear -- Listen to that.
> Trust yourself.
> spam999free(a)rrohio.com (remove 999 for proper email address)

From: RCan on
Hi Steve,

can you pls post your wbadmin command string ?
In your case it should be something like :
wbadmin start backup -allcritical -backuptarget:\\yourbackuptarget (-quiet)

An scheduled backup can also be created with wbadmin and should then look
like this :
wbadmin enable
backup -addtarget:DiskID -schedule:09:00,18:00 -include:e:,d:\mountpoint,\\?\Volume{cc566d14-44a0-11d9-9d93-806e6f6e6963}\
Reference from Technet ->
http://technet.microsoft.com/en-us/library/cc742130(WS.10).aspx#BKMK_examples

Hope that helps

Regards
Ramazan

"Steve" <steve(a)nothing.ork> wrote in message
news:OFqgA4a1KHA.4724(a)TK2MSFTNGP02.phx.gbl...
> I used UNC in both cases.
>
> "Leythos" <spam999free(a)rrohio.com> wrote in message
> news:MPG.26252fc294d3506c98a281(a)us.news.astraweb.com...
>> In article <eot2bZa1KHA.264(a)TK2MSFTNGP04.phx.gbl>, steve(a)nothing.ork
>> says...
>>>
>>> I am trying to schedule a system state backup to a network share using
>>> Windows Server Backup (Win 2008 R2). The backup runs fine when it's run
>>> manually, but it does not run when it's scheduled. Is there something I
>>> am
>>> overlooking or is it a problem with Win 2008?
>>
>> Did you use the full UNC path \\somelocation\share\ or did you use a
>> mapped drive letter?
>>
>> --
>> You can't trust your best friends, your five senses, only the little
>> voice inside you that most civilians don't even hear -- Listen to that.
>> Trust yourself.
>> spam999free(a)rrohio.com (remove 999 for proper email address)
>
From: Steve on
I am not using any commands. I used the GUI provided with under admin tools.



"RCan" <noospam(a)arcor.de> wrote in message
news:8FA88E31-C8B2-411E-956D-5F15544469F9(a)microsoft.com...
> Hi Steve,
>
> can you pls post your wbadmin command string ?
> In your case it should be something like :
> wbadmin start backup -allcritical -backuptarget:\\yourbackuptarget
> (-quiet)
>
> An scheduled backup can also be created with wbadmin and should then look
> like this :
> wbadmin enable
> backup -addtarget:DiskID -schedule:09:00,18:00 -include:e:,d:\mountpoint,\\?\Volume{cc566d14-44a0-11d9-9d93-806e6f6e6963}\
> Reference from Technet ->
> http://technet.microsoft.com/en-us/library/cc742130(WS.10).aspx#BKMK_examples
>
> Hope that helps
>
> Regards
> Ramazan
>
> "Steve" <steve(a)nothing.ork> wrote in message
> news:OFqgA4a1KHA.4724(a)TK2MSFTNGP02.phx.gbl...
>> I used UNC in both cases.
>>
>> "Leythos" <spam999free(a)rrohio.com> wrote in message
>> news:MPG.26252fc294d3506c98a281(a)us.news.astraweb.com...
>>> In article <eot2bZa1KHA.264(a)TK2MSFTNGP04.phx.gbl>, steve(a)nothing.ork
>>> says...
>>>>
>>>> I am trying to schedule a system state backup to a network share using
>>>> Windows Server Backup (Win 2008 R2). The backup runs fine when it's run
>>>> manually, but it does not run when it's scheduled. Is there something I
>>>> am
>>>> overlooking or is it a problem with Win 2008?
>>>
>>> Did you use the full UNC path \\somelocation\share\ or did you use a
>>> mapped drive letter?
>>>
>>> --
>>> You can't trust your best friends, your five senses, only the little
>>> voice inside you that most civilians don't even hear -- Listen to that.
>>> Trust yourself.
>>> spam999free(a)rrohio.com (remove 999 for proper email address)
>>