On Aug 27, 2008, at 5:24 PM, Jonathan Lundell wrote:
> 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. If you can ssh to a shell on the server my first choice would be to use svn or cvs to connect from the server to my repository where I keep the master archive of the site. You *do* use revision control, don't you? This is a rather simple site I maintain. I don't have shell access, but I still keep everything in cvs. I go so far as to put an $Id:$ tag in the visible text at the bottom of the page, and somewhere on all the pages I actively maintain. http://natra.dirtrider.net/ -- David Kelly N4HHE, [EMAIL PROTECTED] ======================================================================== Whom computers would destroy, they must first drive mad. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
