Backups working again

This commit is contained in:
Your Name
2025-04-25 20:46:10 +12:00
parent d0b7c27af3
commit 84c252c965
4 changed files with 23 additions and 14 deletions

View File

@ -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;