galatanovidiu / s3-backups
:package_description
dev-main
2021-12-08 13:01 UTC
Requires
- illuminate/support: ~7|~8
- league/flysystem-aws-s3-v3: ^1.0
Requires (Dev)
- nunomaduro/collision: ^5.10
- orchestra/testbench: ^6.23
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2025-07-08 21:32:13 UTC
README
This is simple Laravel package that will add the newest backup inside a folder to S3 glacier. If the latest element inside the backups folder is a folder a zip file will be created and that zip file is uploaded to S3 Glacier.
Installation
$ composer require galatanovidiu/s3-backups
Usage
Add to your .env
file:
LOCAL_BACKUPS_FOLDER='Full path to the folder that contains the backups: /backus/...' GLACIER_S3_VAULT='valut name'
License
MIT.