schickling / laravel-backup

Backup and restore database support for Laravel 4 applications
MIT License
351 stars 51 forks source link

Request: encryption #21

Open danielgrin opened 10 years ago

danielgrin commented 10 years ago

This is a really great package. Thanks for sharing it.

... wondering if you'd consider adding option to encrypt as well as compress backups. I usually store backups on S3 or Dropbox encrypted with pgp, for extra protection.

Cheers.

schickling commented 10 years ago

Hey @danielgrin compressing is definitely on the roadmap and encryption seems like a nice additional feature. I'd love to see this as well, have you any intentions to create a PR for that? I'd love to merge it.