galatanovidiu / s3-backups
:package_description
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/galatanovidiu/s3-backups
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-12-08 22:32:26 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.