This commit is contained in:
Your Name
2025-04-26 21:57:26 +12:00
parent 3c03c2a536
commit d95500f679
3 changed files with 35 additions and 21 deletions

View File

@ -21,7 +21,7 @@ namespace dropshell {
// 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);
bool create_service(const std::string& server_name, const std::string& template_name, const std::string& service_name, bool silent=false);
} // namespace dropshell