A simple PHP command-line based tool to automate backups of Scaleway instances (snapshots or images). Can be run manually or automatically e.g. via crontab.
src/config/backup.config.php
Put on your server as you please.
php ./cli-api-scaleway-backups.php
e.g. Run at 00:10 each day:
0 10 * * * /usr/bin/php /my-uploaded-location/cli-api-scaleway-backups.php > /tmp/cron-scaleway.log 2>&1