What does the template_c directory do?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
francisco1844
Regular
Posts: 30
Joined: Mon Oct 25, 2010 12:35 am

What does the template_c directory do?

Post by francisco1844 »

I am syncing a blog file structure from my web provider to my local machine. I do it half for backup and half because I am learning/playing around with styles and need an easy way to edit images and send them back to the web provider.

The template_c folder gives me issues because of rights. So my options are:
1- Don't sync that folder
2- Run cron to make the folder more sync friendly: change owner, make group something web server can write and make group writeable.

Knowing what the folder is/does would go a long way on better deciding.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: What does the template_c directory do?

Post by Don Chambers »

templates_c is a cache folder. Smarty templates are cached in that location. Certain plugins may also cache info there.
=Don=
abdussamad
Regular
Posts: 117
Joined: Fri Apr 21, 2006 10:11 pm
Location: Karachi, Pakistan
Contact:

Re: What does the template_c directory do?

Post by abdussamad »

You don't need to backup template_c. Its used to store temporary files.
hucknop
Posts: 2
Joined: Thu Nov 25, 2010 10:58 am

Re: What does the template_c directory do?

Post by hucknop »

Don Chambers wrote:templates_c is a cache folder. Smarty templates are cached in that location. Certain plugins may also cache info there.

Thanks for the info. I was not aware of the fact that it works as a cache folder. :)



karc
Post Reply