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
- Host: GitHub
- URL: https://github.com/spanglelabs/simple-backups
- Owner: SpangleLabs
- License: mit
- Created: 2021-06-25T17:07:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T22:24:48.000Z (11 months ago)
- Last Synced: 2025-08-11T23:32:09.495Z (11 months ago)
- Language: Python
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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