Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Automatically upload published-to-folder iWeb sites' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Automatically upload published-to-folder iWeb sites
Authored by: pglock on Aug 22, '06 06:17:09AM

This prompts me to add: Transmit also has the ability to only upload changed files, choose 'Synchronize' rather than 'Mirror' in the Automator action. The downside of this is that any pages or content you remove in iWeb will remain on the web server.

P.S. Even though the 'Site' folder is wiped each time, the iWeb documents remain in your documents folder so you don't lose them as one comment seemed to suggest.

---
Too lazy to think of an original signoff...



[ Reply to This | # ]
10.4: Automatically upload published-to-folder iWeb sites
Authored by: jtratcliff on Aug 22, '06 01:14:39PM

I don't know about Transmit but rsync has a "--delete" option that will remove anything at the destination that doesn't exist on the host...

% rsync -az --delete -e ssh Source User@destination/path/to/desired/location



[ Reply to This | # ]