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.
- Run
npm install
- Copy the
.env.example
file and name it.env.production
. - Fill the variables with the required information
- Run
serverless deploy
This repository is licensed under the MIT License (MIT). Please see license file for more information.