Robert Mann wrote:

> So DO make a backup of your on-rev accounts locally after each major
> modification!!

With portable HDDs selling at around US$50/GB multiple redundant backups are easy, esp. with:

> Has anybody made a stack that would scan changes within site files
> and make local copy of changed folders?

rsync -avz user@server:/path/to/server/folder/  local/folder/

rsync is preinstalled on OS X and Linux; Windows users can install Cygwin to have it (and other great bash tools).

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for Desktop, Mobile, and Web
 ____________________________________________________________
 ambassa...@fourthworld.com        http://www.FourthWorld.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to