In SBS 2000 how do you schedule a file transfer of 2 *.bkf (MS Backups)
files to be transfered over the network to another server which is a backup
server?

Many thx

Re: Scheduling a file transfer! by Javier

Javier
Wed Aug 20 06:48:07 CDT 2003

I don't know if theres an specific way... but the old "copy" command would
work pretty ok for me.

Create a batch file (backuptransfer.bat):
COPY /Y [source] [destination]

The /Y switch is for overwritting existing files... you might want to turn
it off.

Then just use task scheduler and select a schedule to run
backuptransfer.bat.

-Javier

"1stuk" <ap76@email.com> wrote in message
news:%23B5wh6wZDHA.1740@TK2MSFTNGP10.phx.gbl...
> In SBS 2000 how do you schedule a file transfer of 2 *.bkf (MS Backups)
> files to be transfered over the network to another server which is a
backup
> server?
>
> Many thx
>
>



Re: Scheduling a file transfer! by 1stuk

1stuk
Thu Aug 21 06:23:37 CDT 2003

Thx guys,

I will try both scenarios and see how it pans out.


"Steve Foster [SBS MVP]" <steve.foster@picamar.co.uk> wrote in message
news:#l$uAIxZDHA.1680@tk2msftngp13.phx.gbl...
> 1stuk wrote:
>
> > In SBS 2000 how do you schedule a file transfer of 2 *.bkf (MS
> > Backups) files to be transfered over the network to another server
> > which is a backup server?
> >
> > Many thx
>
> Why not simply have NTBackup save the BKF file to the network in the
> first place?
>
> Or take the scheduled task NTBackup command, put it in a .CMD file, and
> then add a copy command after it. Then change the scheduled task to run
> the .CMD file.
>
> --
> Steve Foster [SBS MVP]
> ---------------------------------------
> MVPs do not work for Microsoft. Please reply only to the newsgroups.