Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 510 Bytes

File metadata and controls

12 lines (9 loc) · 510 Bytes

Dispatch

This application backs up multiple databases on a server to a single remote location eg AWS S3, Dropbox, etc.

TODO

  • Better Configuration
    • Currently only one target storage location should be set in the storage.php config file
    • The output path should be configurable
    • Perhaps alternate config styles should be supported, such as YAML
  • Dynamic Providers
    • Service providers for Flysystem and database types should be loaded dynamically based on the config file(s)