fredbradley/cranleigh-backup

v1.0.6 2023-08-03 09:02 UTC

This package is auto-updated.

Last update: 2024-05-03 10:27:30 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Rather than faff with config files, just include this package, and it will do half the work for you.

Installation

You can install the package via composer:

composer require fredbradley/cranleigh-backup

Usage

  1. Confirm that you have an env() variable called CRANLEIGH_BACKUP_PASSWORD set in your .env file.
  2. Ensure that you have the spatie/laravel-backup package installed and configured to use the cranleigh-backup disk. (Find any references to sftp and change to cranleigh-backup)
  3. That's it. You're done.

Testing

composer test

Always aiming for 100% code coverage!

composer test-coverage

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email code@fredbradley.uk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.