An open API service indexing awesome lists of open source software.

https://github.com/logsmith/backpack


https://github.com/logsmith/backpack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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