logsmith / backpack
Log Smith - Backpack
Installs: 1 495
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- aws/aws-sdk-php: 3.24.2
This package is not auto-updated.
Last update: 2025-03-23 10:07:07 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