Backup and Restore are working.

This commit is contained in:
Your Name
2025-04-28 21:24:45 +12:00
parent e258726829
commit 95e705b426
3 changed files with 13 additions and 5 deletions

View File

@ -20,7 +20,7 @@ namespace dropshell {
std::set<std::string> get_used_commands(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);
std::set<std::string> list_backups(const std::string& server_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