I\'m writing a script to copy compiled files from one location to another.
What I have at the moment is something like this:
import os import shutil
you could give this python implementation of rsync a try
http://freshmeat.net/projects/pysync/