https://github.com/zumatt/vercelblobbackup
Script in node.js to create backups of a specific Vercel Blob storage and eventually restore a backup done
https://github.com/zumatt/vercelblobbackup
vercel vercel-backup vercel-blob vercel-deployment
Last synced: 2 months ago
JSON representation
Script in node.js to create backups of a specific Vercel Blob storage and eventually restore a backup done
- Host: GitHub
- URL: https://github.com/zumatt/vercelblobbackup
- Owner: zumatt
- License: mit
- Created: 2025-05-12T12:34:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T12:42:21.000Z (about 1 year ago)
- Last Synced: 2025-06-14T08:38:46.441Z (about 1 year ago)
- Topics: vercel, vercel-backup, vercel-blob, vercel-deployment
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Backup a vercel blob
This repository is entirely dedicated to share two scripts to create a backup from Vercel Blob and eventually restore it.
The script is entirely done in node.js, so is possible to run the script on a local machine that with a connection to the internet is the retrieving the information directly from Vercel.
To create a connection with Vercel a token to use the API is needed, for that reason to use the repository correctly you should create a `.env` file in the same folder of the sripts inserting the following information:
```
BLOB_READ_WRITE_TOKEN="your_vercel_blob_api_key"
```
Please note that the script is entirely developed for the [Echoes of Exclusion](https://github.com/zumatt/maind-echoes-of-exclusion), so you should adapt the code to your needs.