1.0.0 • Published 7 years ago

gcloud-snapshot-scheduler v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

gcloud-instance-scheduler

This is an App Engine in Node.js, that will create snapshots automatically.

Usage

  1. Download and unzip the latest release

  2. Run npm i to install the dependencies.

  3. Configure the Scheduling in cron.yaml. You can find more information about scheduling an App Engine here.

    The configuration may look like this:

    cron:
      - description: daily snapshot
        url: /create/instance-zone-name/instance-disk-name?format=diskName-YYYY-MM-DD-HH-mm&guestFlush=true
        schedule: every day 03:00
        target: gcloud-snapshot-scheduler
  4. Deploy your App Engine. You can find more information about deploying your App Engine here