gebruederheitz / wp-backup

Create database and userdata backups for staggered Wordpress releases.
0 stars 0 forks source link

Implement remote backups #6

Open AndreasMaros opened 2 years ago

AndreasMaros commented 2 years ago

By implementing an SSH interface through dartssh2 or similar, it should be possible to perform remote backups, i.e. running wp-backup on a local machine to back up a Wordpress instance located on a remote host via SSH and SCP.

There should be a selection available of whether to store the backups on the remote host (which approximates current behaviour), store them there and download them to the local machine, or to only download them. An additional option to upload the backup to a different remote storage could be offered, too.

AndreasMaros commented 2 years ago

We will need waitForEx to safely handle asynchronicity.