An open API service indexing awesome lists of open source software.

https://github.com/spanglelabs/simple-backups

A simple backup library, to backup stuff across a few projects, and throw it in google storage
https://github.com/spanglelabs/simple-backups

Last synced: 5 months ago
JSON representation

A simple backup library, to backup stuff across a few projects, and throw it in google storage

Awesome Lists containing this project

README

          

# simple-backups
A simple backup library, to backup stuff across a few projects, and throw it in google storage

Supports a few different types of inputs which can be backed up:
- File backup: backs up a file from local filesystem
- Directory backup: zips up a directory from local filesystem
- sqlite database: backs up a sqlite database

Backs up to local backup/ directory.
Can also specify output which will copy the backup there, such as google storage bucket.

## Creating google cloud bucket
- create new project, called "Backup", enable billing
- create bucket, coldline storage, or archival
- enable versioning in the bucket

https://googleapis.dev/python/storage/latest/index.html