Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

Google-Script-Copy-Forms-Sites

Simple script to copy all Forms and Sites from a Drive account into a folder for backup.

Quick start

  • 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.