rahulrao9/Google-Drive-Backup — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Google Drive backup tool that I can run from my computer or deploy in a container. I want it to connect to my Google Drive with credentials I provide, copy my Drive files into a local backup folder, and keep a clear log of what happened so I can see if the backup worked or failed.

Please make it easy to start and stop with simple scripts, and include a Docker setup so I can run it the same way anywhere. Also include Kubernetes files so it can run on a schedule as a CronJob and store the backup on persistent storage. Keep the setup instructions short and practical, since I just want to know where to put my credentials, how to choose the backup location, how to run it once, and how to schedule it.

If anything needs Google API setup, look up the current docs online if you need to.

Want more depth? Deep Reverse