If I ever write one I'll add it to the examples
That would only work for the data itself no? I don't know how I would be able to get the description and name?
AgitatedDove14 I just wanted to come back to the thread to let you know you can just copy the /opt/clearml/data
and /opt/clearml/config
over from the one VM to another and it worked fine!
Yeah I can write a script to transfer it over, I was just wondering if there was a built in feature. I am just asking as it would be possible in the future we go from self hosted to hosting with ClearML and how we would transfer our currently existing datasets. All good though!
I don't know how I would be able to get the description and name?
Good point, how about doing that in code, then you have all the information and you can store it in jsons / pickle next to the data folder?
wdyt?
Yeah I can write a script to transfer it over, I was just wondering if there was a built in feature.
unfortunately no 😞
Maybe if you have a script we can put it somewhere?
Hi ShortElephant92
You could get a local copy from the local server, then switch credentials to the hosted server and upload again, would that work?