Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am working on a CMS and we don't have any local backup of any css or javascript file, every thing is done in that CMS. So some time by mistake it happen that we replace one css file with other css file.

can any one help me to find tool for a browser that take backup of cached file at given regular time

i searched for a tool for taking backup of css or javascript file at the time of creating a prototype in a CMS

share|improve this question
What operating system do you want to use it on? – T.J. Crowder Feb 29 '12 at 12:51
And more to the point: How is this a programming question? – T.J. Crowder Feb 29 '12 at 12:52
i am facing issue at the time of programming and it is in Windows system – mikul Feb 29 '12 at 12:55
1  
I find the idea of multiple versions of javascript and css files floating around scary. I will ask the usual question, why? Always ask Why? before you ask How? – Zoidberg Feb 29 '12 at 12:55
Yeah. This calls for version control – Pekka 웃 Feb 29 '12 at 12:57
show 2 more comments

1 Answer

wget is a hugely powerful command-line tool for retrieving web resources, from individual files through to full mirrors of an entire site's contents. Supported on just about any *nix derivative, or on Windows via Cygwin (at least; I wouldn't be surprised to find a native port if you try).

share|improve this answer
i want it for windows PC – mikul Feb 29 '12 at 12:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.