On Monday, July 19, 2010 08:43:11 pm Brandon Pedersen wrote: > I don't mind if it is just a simple script I could run on each > platform either but just not sure what technology to start out with > for that (rsync, unison, etc.)...any suggestions?
I don't know if the UnxUtils or the Mac versions of cp support the -u option. It only copies files that are newer or missing. So you could (in theory) use cp -u. You would just need to make sure the clock is well synchronized on all systems. -- Alberto Treviño BYU Testing Center Brigham Young University -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
