.
This commit is contained in:
@ -121,6 +121,8 @@ int restore(const std::vector<std::string> &args)
|
|||||||
{
|
{
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
std::cerr << "Error: Backup failed, restore aborted." << std::endl;
|
std::cerr << "Error: Backup failed, restore aborted." << std::endl;
|
||||||
|
std::cerr << "You can try using dropshell install "<<server_name<<" "<<service_name<<" to install the service afresh." << std::endl;
|
||||||
|
std::cerr << "Otherwise, stop the service, create and initialise a new one, then restore to that." << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
std::cout << "Backup complete." << std::endl;
|
std::cout << "Backup complete." << std::endl;
|
||||||
|
Reference in New Issue
Block a user