You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This can be divided in two parts.
Create a backup
We already do this for
ee update
command as mentioned by @Asif2BD in EasyEngine/easyengine#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
The text was updated successfully, but these errors were encountered: