Repo with a Backup Script as an Example
Clone the repository, and then
cd dato-cms-scripts
npm install
Add your API Key in the scripts/complete-backup.ts
file
cd dato-cms-scripts
npm run complete-backup
Add your API Key and change the Record Type Id in the scripts/update-records.ts
file
(and of course you have to add a new interface for the record type and change some code)
cd dato-cms-scripts
npm run update-records