Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 497 Bytes

pantheon-backup-utility

Somewhat useful backup script for use with Pantheon in local development.

Put it in your private/scripts directory in the root of your Drupal Repo for best results.

Usage: sh panback.sh site.env type

  • site is the name of your Pantheon site. The first part of your Pantheon url blah.pantheonsite.io.
  • env is the name of the Pantheopn environment. live, test, dev, or multidev names.
  • type can be db, files, or all.

Example usage: sh panback.sh example-site.dev db