natitech / offsite-backup-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offsite backup bundle for symfony

Sync a path to a S3 repository using S3 php SDK.

Motivations :

  • no use of third-party commands (like s3cmd)
  • use symfony config/vault to manager S3 credentials

Install the package with:

composer require nati/offsite-backup-bundle

Usage

This bundle provides a single command to add to a crontab :

php bin/console offsite-backup --env=prod /path/to/sync s3bucket

About

License:MIT License


Languages

Language:PHP 100.0%