Copying GWC Directory efficiently– Linux
There has been discussion recently amongst some of the web cache builders of switching from file-based tile caching to SQLite or other database driven systems. I haven’t kept close tabs– perhaps this is already implemented for some. For GeoWebCache, we’re working with files (lots of them), so copying efficiently if we need to move our cache is important. The tar command helps here, e.g. (run … Continue reading Copying GWC Directory efficiently– Linux