Show Changes Show Changes
Edit Edit
Print Print
Recent Changes Recent Changes
Subscriptions Subscriptions
Lost and Found Lost and Found
Find References Find References
Rename Rename
Administration Page Administration Page
Search

History

3/23/2005 6:36:03 PM
-204.110.116.1
List all versions List all versions

RSS feed for the FlexWiki namespace

Hourly Flex Wiki Backup
.
        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 
Not logged in. Log in

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.
Change Style

Recent Topics