Re: File Syncing

2009-06-21 Thread Tim Roberts
dads wrote: >On Jun 20, 11:21 am, Lawrence D'Oliveiro central.gen.new_zealand> wrote: >> In message > >> b0d7-586b1b332...@t10g2000vbg.googlegroups.com>, dads wrote: >> > What would I have to learn to be able to sync the text files on each >> > server? >> >> How big is the text file? If it's smal

Re: File Syncing

2009-06-21 Thread Lawrence D'Oliveiro
In message , dads wrote: > What would I have to learn to be able to sync the text files on each > server? How big is the text file? If it's small, why not have your script read it directly from a master server every time it runs, instead of having a local copy. -- http://mail.python.org/mailm

Re: File Syncing

2009-06-21 Thread dads
On Jun 20, 11:21 am, Lawrence D'Oliveiro wrote: > In message > b0d7-586b1b332...@t10g2000vbg.googlegroups.com>, dads wrote: > > What would I have to learn to be able to sync the text files on each > > server? > > How big is the text file? If it's small, why not have your script read it > directly