On Aug 27, 2008, at 2:32 PM, Fritz Anderson wrote: > I have a web site that I maintain locally and then periodically upload > to my server. The BBEdit manual says the command that saves a copy to > FTP/SFTP is good for a file or two (and I find it so), but when I do > an Update > Site…, it's more than a file or two.* I'd like to get the > changed files up to the server, without hitting files that haven't > changed, or misplacing what I do upload. > > Is there an application that will do this for me?
rsync. Preferably rsync over ssh. I put my rsync invocation into a shell script, and invoke it through BBEdit's Unix Scripts... menu item. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en -~----------~----~----~----~------~----~------~--~---
