Skip to main content

tirds is a command-line tool to backup and restore Google Cloud Datastore Entities via local

Project description

tirds is a command-line tool to backup and restore Google Cloud Datastore Entities via local.

tirds stands for Totte IRete DaSu(DataStore).

You can back up Google Cloud Datastore entities, and restore them. Backups are saved to Google Cloud Storage. For details, see Backing Up and Restoring.

But if you move a backup to another bucket, you will not be able to restore it. Because the backup_info file that is metadata of the backup includes the bucket name.

tirds downloads a backup contains backup_info and blob files from the specified bucket, and uploads it to another bucket after replacing the bucket name in the backup_info.

Installation

To install, use pip.

$ pip install tirds

Usage

$ tirds -h

Download backup

Download a backup from Google Cloud Storage.

$ tirds download --out OUTDIR --key-file KEYFILE handle

You can get handle from datastore admin.

https://raw.githubusercontent.com/drillbits/tirds/master/doc/datastore_admin.png https://raw.githubusercontent.com/drillbits/tirds/master/doc/datastore_admin_backup_info.png

KEYFILE is a path to the private key file for Service Account.

Upload backup

Upload a backup to Google Cloud Storage after replacing the bucket name.

$ tirds upload --key-file KEYFILE srcdir bucket

srcdir is a path to the backup.

bucket is a bucket name that is the upload destination and to be replaced with original bucket name.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tirds-0.0.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

tirds-0.0.2-py2-none-any.whl (9.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page