Re: Scheduled Backup w/ WebDAV???

From: Tom Kaminski [MVP] ((A_at_T))
Date: 10/06/04


Date: Wed, 6 Oct 2004 08:19:29 -0400

Basically, you write a batch file that calls the FTP commands to copy/backup
the data to the ftp server - which could just as well be the same http
server/location you intended to use for WebDAV. Add an Entry in Task
Scheduler for the btach file so it's scheduled to run as needed - in this
way the end users don't have to run anything and don't have to be familiar
with FTP. It just runs on a schedule just like a backup program would.

-- 
Tom Kaminski IIS MVP
http://www.microsoft.com/windowsserver2003/community/centers/iis/
http://mvp.support.microsoft.com/
http://www.iisfaq.com/
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://www.tryiis.com
"Steven808" <Steven808@discussions.microsoft.com> wrote in message 
news:3DB863A7-E4F2-4214-B8B7-6A55CD82ABE7@microsoft.com...
> Yes, that's what I'm trying to do.  Originally I tried to setup a backup
> schedule that backs up the files to the web folder.  But the backup 
> utility
> doesn't allow the backup to be saved to a web folder.  It will say, "You
> cannot save in the folder you specified. Please choose another location."
> I'm not sure how to create a scheduled copy.....can you explain.  :)
>
> Thanks,
> Steven
>
> "Ken Schaefer" wrote:
>
>> Why don't you use a batch file to do this? Or some kind of scheduled task
>> that would:
>> a) run the Windows Backup
>> b) copy the resulting backup file to the appropriate network location?
>>
>> Cheers
>> Ken
>>
>> "Steven808" <Steven808@discussions.microsoft.com> wrote in message
>> news:E2323642-CF01-422A-86F7-440B5A1C0F5E@microsoft.com...
>> > The reason for using webdav is mainly for the end user.  The majority 
>> > of
>> > them
>> > are not familiar with using an ftp program.  So the simplicity and
>> > familiarity of a web folder is easier for them to work with.  Thanks 
>> > for
>> > your
>> > suggestion however, if I had it my way I'd use ftp in the blink of an 
>> > eye.
>> > Actually that's what I usually use, so that's why i'm having problems 
>> > with
>> > integrating a backup schedule using web folders.
>> >
>> > "Sparky Polastri" wrote:
>> >
>> >>
>> >> "Steven808" <Steven808@discussions.microsoft.com> wrote in message
>> >> news:BFF96B96-6692-4273-A31B-AF493A13B4A9@microsoft.com...
>> >> > Hi,
>> >> >
>> >> > I'm trying to create a backup routine that will store files in a 
>> >> > WebDAV
>> >> > folder.  Window's backup utility doesn't allow me to backup files 
>> >> > over
>> >> > the
>> >> > internet.  Is there a workaround or another possible solution for 
>> >> > this?
>> >> >
>> >> > Thanks,
>> >> > Steven
>> >>
>> >> WebDav implies web server.  Why not use FTP?  The windows command line
>> >> FTP
>> >> program can be started and run with a script (cmd) and then told to 
>> >> run a
>> >> list of commands from within FTP.  It's a faster file transfer than 
>> >> HTTP
>> >> is
>> >> as well.
>> >>
>> >>
>> >>
>>
>>
>> 


Relevant Pages

  • Cant run ftp script in Scheduled Tasks to external IP
    ... I was trying to automate a backup on my Windows XP machine and ftp the ... @rem Ftp the backup to an an FTP server in LA ...
    (microsoft.public.windowsxp.general)
  • Re: FTP download failure - fails at exactly the same point in the transfer file.
    ... command line ftp utility. ... backup file it failed at about 48Mb. ... download got stuck mid-way. ... server is broke too. ...
    (microsoft.public.windows.server.general)
  • Re: [opensuse] Ftp cron job stopped working
    ... webserver and downloads several backup files that are created four ... Basically what it does is connects to the ftp server, ... Looking at the script and the crontab definition the call to sh in the ...
    (SuSE)
  • Re: FTP transfer - Low disk space
    ... > FTP, the client receiving the backup material promps a "Low Disk space" ... > Knowing that the source of low disk space is in part due to the huge TIF, ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: FTP delete problem
    ... 220 Microsoft FTP Service ... 200 PORT command successful. ... If i manually execute the script, the output wrote, but by schedule isn't ...
    (microsoft.public.inetserver.iis.ftp)