logsmith / backpack
There is no license information available for the latest version (0.0.1) of this package.
Log Smith - Backpack
Package info
Type:wordpress-plugin
pkg:composer/logsmith/backpack
0.0.1
2017-04-18 21:30 UTC
Requires
- aws/aws-sdk-php: 3.24.2
This package is not auto-updated.
Last update: 2026-03-08 14:44:33 UTC
README
bash /var/www/www.website.co.uk/vendor/logsmith/backpack/backup.sh
Constants
define( 'BACKPACK_NAME', '' );
define( 'BACKPACK_REGION', '' );
define( 'BACKPACK_ACCESS_KEY', '' );
define( 'BACKPACK_SECRET_KEY', '' ); // eu-west-2 for London
To install S3CMD run:
sudo apt-get install python-pip
sudo pip install s3cmd
TODO:
- Add restore functions