I'm currently working on planning a script that will allow us to deploy new features and changes globally to the Spawnpoint server network.
Script
Pulls down a directory and all subdirectories over the internet.
Pulls down all files in these directories.
Uses a secure authentication method.
Copies this entire directory to several local locations.
Overwrites files when copying.
List of destination directories to copy varies per server.
Easy to modify destination directory list.
Seperate Second script to pull down a specific file and copy it to multiple directories.
This script uses the same directory list file as the first script.
Only a single destination script file to modify (Both scripts must use this destination directory list file.)
First script executes another script that it pulls down over the net.
Both scripts must be able to be scheduled via Windows Scheduler.
Comments »
Toph @ 2007-05-27 01:05:30
http://sshwindows.sourceforge.net/