https://github.com/logsmith/backpack
https://github.com/logsmith/backpack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/logsmith/backpack
- Owner: logsmith
- Created: 2017-04-18T21:19:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T16:15:08.000Z (over 8 years ago)
- Last Synced: 2025-08-13T06:44:28.506Z (11 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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