Jeff Schwab <[EMAIL PROTECTED]> writes:
> I need to move a directory tree (~9GB) from one machine to another on
> the same LAN.  What's the best (briefest and most portable) way to do
> this in Python?

os.popen("rsync ...")
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to