Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

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.

License

Notifications You must be signed in to change notification settings

imprecision/scaleway-api-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

scaleway-api-backup

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.

How to run:

Define config:

src/config/backup.config.php

Deployment

Put on your server as you please.

Execute manually:

php ./cli-api-scaleway-backups.php

Schedule with crontab:

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages