initial commit for uploading just maps over a VM to OVH

This commit is contained in:
jenz
2022-10-20 00:37:58 +02:00
parent 3316b6e74a
commit 0cf47b8e6c
8 changed files with 243 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"remotes":{
"local_dir_maps_folder":{
"description": "local machine ze maps folder",
"path": "/home/nonroot/move_maps/maps/",
"remote_type": "local_dir"
},
"sftp_ovh_ze_maps_dest":{
"description": "sftp for uploading maps to ovh css ze maps folder",
"hostname": "",
"username": "",
"port": "22",
"path": "/home/gameservers/css_ze/cstrike/maps/",
"remote_type": "sftp"
}
},
"jobs":[
{
"job_name": "move_maps_to_css_ze_maps",
"job_description": "moves maps to css_ze server",
"src": "local_dir_maps_folder",
"dest": "sftp_ovh_ze_maps_dest"
}
],
"settings": {
"sftp": {
"remote_attempts": "5",
"remote_delay": "15"
}
}
}