Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
I want to archive a website.
I have done this using wget. The only problem is that I want to archive only the files that are modified on a specific date.

I went through -A --accept or -R --Reject but they archive based on the file type.
What if I want to archive based on date of file.

please let me know if this can be done using some other tool
Posted

1 solution

If your pages have a "Last Modified" header, you can use the "-N" option with turns on timestamps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900