Skip to content

Serverless function for Scaleway that automatically backups server instances running on Scaleway

License

Notifications You must be signed in to change notification settings

civilfleet/scaleway-serverless-instance-backup

 
 

Repository files navigation

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 for more information.

About

Serverless function for Scaleway that automatically backups server instances running on Scaleway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • Shell 6.0%