Re: Scheduled Backup w/ WebDAV???
From: Tom Kaminski [MVP] ((A_at_T))
Date: 10/06/04
- Next message: Egbert Nierop \(MVP for IIS\): "Re: Buffering issue"
- Previous message: Anders: "Re: HELP - w3svc crash/is stopping"
- In reply to: Steven808: "Re: Scheduled Backup w/ WebDAV???"
- Next in thread: Sparky Polastri: "Re: Scheduled Backup w/ WebDAV???"
- Messages sorted by: [ date ] [ thread ]
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. >> >> >> >> >> >> >> >> >>
- Next message: Egbert Nierop \(MVP for IIS\): "Re: Buffering issue"
- Previous message: Anders: "Re: HELP - w3svc crash/is stopping"
- In reply to: Steven808: "Re: Scheduled Backup w/ WebDAV???"
- Next in thread: Sparky Polastri: "Re: Scheduled Backup w/ WebDAV???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|