Refactoring backups.

This commit is contained in:
Your Name
2025-04-26 21:06:42 +12:00
parent b07e3830de
commit e033489f9b
11 changed files with 298 additions and 97 deletions

View File

@ -11,7 +11,7 @@ namespace dropshell {
std::string path;
std::string service_name;
std::string template_name;
std::string template_path;
std::string template_local_path;
};
std::vector<ServiceInfo> get_server_services_info(const std::string& server_name);