@luisgzafra Are you talking about archiving the content of all posts? Or just attachments (photos, etc)?
It seems to me that you can grab post contents by using a script that queries the database. You can then take those contents and create files out of them. You can also grab attachments with a script that copies new (changed) files since a certain date from /your_attachments_dir/ to /your_archives_dir/.
Comments
It seems to me that you can grab post contents by using a script that queries the database. You can then take those contents and create files out of them. You can also grab attachments with a script that copies new (changed) files since a certain date from /your_attachments_dir/ to /your_archives_dir/.
I have not tried either one.