Hello platformOS'ers!
We have a client asking for a backup of their site.
The pos-cli pull does not include the asset folder.
I also cannot see a way to download all S3 files related to media uploads.
Is there a process for this?
I am considering using a script to crawl the site and generate a static version
https://github.com/tj/staticgen
What we can do so far:
- Code base with full change history (git)
- Export of all data from the databases as a JSON file
- Export of all modules folder code (excluding assets)
- Pull of the App folder (excluding assets)