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: 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 | # ]