dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Implement a "restore" command #106

Closed apsylone closed 7 years ago

apsylone commented 7 years ago

Hi @dizda !

Thanks for your awesome work on this bundle.

I thought there would be a "restore" command line. Because if there is a backup, that would be great to have something to restore.

Is it something simple to implement ?

Cheers,

Nyholm commented 7 years ago

Interesting question. But Im not too sure that is in our "project plan". Restore is at least as complex as backup since:

Also, relatively speaking, a restore command would never be used. (hopefully)

apsylone commented 7 years ago

In my case that would be useful everyday, I explain :

It would be cool to have an automation for doing it.

Without the restore command, the bundle is not useable on my side.

Nyholm commented 7 years ago

I've been thinking of this use case more and more.. I think I would like this setup as well on my staging server =)

Nyholm commented 7 years ago

Fixed by #110