Open rahul286 opened 6 years ago
Thanks for taking note at last! <3
What about Restic with rclone? Restic would do the heavy lifting and rclone can be used with it to access Google Drive for example which is very important to me.
Would also be nice to get an email when the backup is done or failed.
https://restic.net/ https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services-via-rclone
Maybe VersionPress could be used for backup and staging. See here: https://github.com/EasyEngine/feature-requests/issues/22
This can be divided in two parts.
Create a backup
We already do this for
ee update
command as mentioned by @asif2bd in https://github.com/EasyEngine/easyengine/issues/704.The database dump can be as simple as
wp db export
. Thentar
backuphtdocs
.Transfer a backup
EE Commands
Something like:
References
https://news.ycombinator.com/item?id=12398829 https://gist.github.com/hofmannsven/f68ba69b5d540c6d5c83