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

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

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.