Simple script to copy all Forms and Sites from a Drive account into a folder for backup.
- Create a new Google Script and copy the
code.gs
contents to this new script. - Update the Folder ID in the script to the desired location in Drive.
- Create trigger to run
backupFormsAndSites()
to schedule a regular backup. - Alternatively just run the script manually.