I plan on creating a new major version of the package that contains the breaking changes from this PR: #789
If you have a feature request or want to submit a PR that contains breaking changes: now's the time to do it! I can't promise all feature requests will make the cut or that all PRs will get merged, but I'm looking forward to your ideas around this!
I could investigate on how to add some sort of encryption to this backup package. Seems like it's working perfectly here: https://phpbu.de/manual/current/en/crypt.html
Encryption before uploading to remote filesystems would be nice in the next release.
https://stefanzweifel.io/posts/how-to-encrypt-file-uploads-with-laravel
@michellaurent thanks for the link!
@bbashy
It'd be great if you could configure the backup directory, or if it defaulted to storage/backups/{app.name} instead of storage/{app.name}
@lofye can't you already do this by changing the path of your backups disk in the filesystems.php config file?
I could investigate on how to add some sort of encryption
While it's totally doable to adds phpbu's encryption features (https://phpbu.de/manual/current/en/crypt.html) I currently have no need for this myself. This feature can be added in a non-breaking way. If somebody wants this and has the time to code it up, feel free to send a PR.
I think adding support for Redis backup (as a .rdb file) would be really helpful. Some use cases:
Closing this for now, thanks for the suggestions.
Most helpful comment
It'd be great if you could configure the backup directory, or if it defaulted to storage/backups/{app.name} instead of storage/{app.name}