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

dev-main 2021-12-08 13:01 UTC

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.