On Fri, Aug 6, 2010 at 11:22, Stephen Queen <svqueen at gmail.com> wrote: > Is there a practical way to mirror a file in 2 locations? What I'm trying to > do is mirror a file in ramdisk to a file on a sdhc card without additional > code. Any thoughts? Try "rsync". Works for both local and remote synchronizations, and can be customized to just about any need. --David