Back in business
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 18s

This commit is contained in:
Your Name
2025-05-10 21:41:52 +12:00
parent e9d4529d85
commit fe571e1cc9
2 changed files with 37 additions and 37 deletions

View File

@ -87,7 +87,9 @@ class service_runner {
// edit the service configuration file
void edit_service_config();
bool rsync_tree_to_remote(const std::string& local_path, const std::string& remote_path, bool silent=false);
bool scp_file_to_remote(const std::string& local_path, const std::string& remote_path, bool silent=false);
bool scp_file_from_remote(const std::string& remote_path, const std::string& local_path, bool silent=false);
public:
// utility functions
static std::string get_latest_backup_file(const std::string& server, const std::string& service);