https://github.com/korridor/scaleway-serverless-instance-backup
Serverless function for Scaleway that automatically backups server instances running on Scaleway
https://github.com/korridor/scaleway-serverless-instance-backup
backup-script scaleway scaleway-api scaleway-serverless serverless
Last synced: 6 months ago
JSON representation
Serverless function for Scaleway that automatically backups server instances running on Scaleway
- Host: GitHub
- URL: https://github.com/korridor/scaleway-serverless-instance-backup
- Owner: korridor
- License: mit
- Created: 2021-07-26T17:33:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T23:34:17.000Z (over 4 years ago)
- Last Synced: 2025-04-13T14:11:45.685Z (12 months ago)
- Topics: backup-script, scaleway, scaleway-api, scaleway-serverless, serverless
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Scaleway serverless automatic volume backup
This serverless function creates a backup of a given Scaleway volume every day and deletes all backups of the same volume older than seven days.
## Usage
1. Run `npm install`
2. Copy the `.env.example` file and name it `.env.production`.
3. Fill the variables with the required information
4. Run `serverless deploy`
## License
This repository is licensed under the MIT License (MIT). Please see [license file](license.md) for more information.