.
REM
REM HourlyFlexWikiBackup.bat
REM
REM PURPOSE:
REM
REM * A batch file to be called hourly by the task scheduler from a
REM "backup server" (i.e. a NAS or machine.)
REM * Creates a date/time stamped log of the last files backed up and
REM also of all files every backed up.
REM
REM ASSUMES (i.e. these are what you'll need to change to use this:
REM * Your FlexWiki is located on a webserver named \\WEBSERVER
REM * Your FlexWiki can be read from a share named \\WEBSERVER\FlexWiki
REM * Your backup server stores the FlexWiki backup/mirror in a directory
REM named c:\Backup\FlexWiki\
REM
REM NOTES:
REM
REM * Be sure to FIRST run this w/o the "/M" to back up all files.
REM The "/M" is used to copy only newly changed files.
REM
REM HISTORY:
REM
REM 2005-Jan-07; created; MikeSchinkel (http://www.xtras.net)
REM
REM
cd c:\Backup\FlexWiki\
echo =[Begin FlexWiki Backup]======= > WikiFilesLastCopied.log
date /T >> WikiFilesLastCopied.log
time /T >> WikiFilesLastCopied.log
set COPYCMD= /M /D /E /C /G /K /O /X /Y /I /F
xcopy \\WEBSERVER\FlexWiki\*.* *.* >> WikiFilesLastCopied.log
echo =[End FlexWiki Backup]=========>> WikiFilesLastCopied.log
type WikiFilesLastCopied.log >> WikiFilesCopied.log
Welcome to the home of FlexWiki, an experimental collaboration tool, based on WikiWiki.
This is FlexWiki, an open source wiki engine.
 |
| This site supports the new NoFollow anti-spam initiative. |
Recent Topics
- HourlyFlexWikiBackup
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
Definition of WikiWiki on wikipedia.org
7/30/2007 9:11:19 AM - DerekLakin-90.199.71.244
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
An extension to HTML that search engines use to ignore potential LinkSpam.
3/9/2008 4:21:17 PM - FLWCOM-jwdavidson