P
P
powercoder2020-01-06 22:21:28
Backup
powercoder, 2020-01-06 22:21:28

How to automatically save website CSS files every day?

Is there a service or method, third-party from hosting and CMS, that would go every day and save css files from the site?
For example, as we do WebAchiveMachine, only in general access and with settings.
I know about http://archive.is, but will it save there every day?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2020-01-06
@dimonchik2013

wget

V
Vladimir Kuts, 2020-01-06
@fox_12

Run cron something like this:

wget -r -p -A .css -P<префикс директории - к примеру дата сохранения> <урл сайта>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question