Rsync was set (rightly) to ignore various W3TC files (advanced-cache.php...etc). This was because we didn't want these transferred between environments.
However w3Total Cache has it's own set of *-cache.php files within it's own plugin directly that are a critical part of it's makeup. Therefore the ignore list needs to be much more specific to ignore only those cache files in the wp-content or content directories.
Rsync was set (rightly) to ignore various W3TC files (advanced-cache.php...etc). This was because we didn't want these transferred between environments.
However w3Total Cache has it's own set of
*-cache.php
files within it's own plugin directly that are a critical part of it's makeup. Therefore the ignore list needs to be much more specific to ignore only those cache files in thewp-content
orcontent
directories.Replace
with...