Skip to content

Instantly share code, notes, and snippets.

View ziyadElon's full-sized avatar

Mohammed Ziyadullah ziyadElon

  • Bangalore, KA, India.
View GitHub Profile
@abhijeetchopra
abhijeetchopra / 0-README.md
Last active June 21, 2025 14:33
Creating automatic scheduled backup copies of your Google Sheets using Google Apps Script

How to "Schedule Automatic Backups" of your Google Sheets

This tutorial demonstrates how to use Google Apps Script to:

  • Create copies of the Google Sheet in the desired destination folder automatically at set intervals.

  • Append the time stamp with each backup file's name.

  • Adjust time trigger for backing up every day/hour/minute.

@PurpleBooth
PurpleBooth / README-Template.md
Last active July 6, 2025 08:17
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites