Working on restore command.

This commit is contained in:
Your Name
2025-04-26 18:38:10 +12:00
parent 977e878eff
commit b07e3830de
6 changed files with 14 additions and 12 deletions

View File

@ -18,8 +18,8 @@ namespace dropshell {
ServiceInfo get_service_info(const std::string& server_name, const std::string& service_name);
std::set<std::string> get_used_commands(const std::string& server_name, const std::string& service_name);
// list all backups for a given server and service
std::set<std::string> list_backups(const std::string& server_name, const std::string& service_name);
// list all backups for a given service (across all servers)
std::set<std::string> list_backups(const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& template_name, const std::string& service_name);
} // namespace dropshell