This commit is contained in:
Your Name
2025-04-26 22:40:49 +12:00
parent ce4920314b
commit 3c50260ed3

@ -121,6 +121,8 @@ int restore(const std::vector<std::string> &args)
{
std::cerr << 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;
}
std::cout << "Backup complete." << std::endl;