CACHEDIR.TAG
Categories
Component ID
1211762
Component name
CACHEDIR.TAG
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Implements the Cache Directory Tagging Standard for Drupal.
Using this standard it's easy to exclude cache files like aggregated css of java script when backing up your drupal installation using tar. Simply add option --exclude-caches to tar.
Example:
tar --exclude-caches -c -z -f drupal.tar.gz drupal
