Backups working again
This commit is contained in:
@ -96,6 +96,8 @@ class service_runner {
|
||||
static std::string construct_ssh_cmd(const server_env &env);
|
||||
|
||||
std::string construct_ssh_cmd() const;
|
||||
std::string construct_standard_command_run_cmd(const std::string& command) const;
|
||||
|
||||
bool check_remote_dir_exists(const std::string& dir_path) const;
|
||||
bool check_remote_file_exists(const std::string& file_path) const;
|
||||
bool check_remote_items_exist(const std::vector<std::string>& file_paths) const;
|
||||
|
Reference in New Issue
Block a user