Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 384 Bytes

Readme.md

File metadata and controls

22 lines (17 loc) · 384 Bytes
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