Skip to content

Restore from SpiderOakΒΆ

First, you have to stop the SpiderOak service:

1
sudo service spideroak stop

For each of the directories you want to restore, call the sequence of these commands:

1
sudo SpiderOakONE --restore=/var/backups/mysql

where /var/backups/mysql is one of the directories to restore.

Finally, please start the service again so that automatic backup is operating:

1
sudo service spideroak start