Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey Everyone, In Case Anyone Is Interested, I Created A Utility Script For Making Backup Snapshots Of A Local Clearml Server Without Server Shutdowns. My Team Is Working With Large Datasets And Long Running Tasks Which Makes Periodic Server Shutdowns Real

Hey everyone, in case anyone is interested, I created a utility script for making backup snapshots of a local ClearML server without server shutdowns.
My team is working with large datasets and long running tasks which makes periodic server shutdowns really painful. I did not find any existing solution so I made this thing with a typer interface (because I wanted to play around with it 🙂 ) for creating and restoring snapshots of config and all db components. It's a self contained uv script so provided that you have uv in your system you can just uv run clearml_backup_tool.py --help and just go from there. It can also set itself up as a cron job.
So far I tried it out on a dummy server instance which went fine. Next week I'll try it out on our multi-TB instance to see how it goes. I'd be happy for any feedback or possible risks that I am missing. Of course everyone is also free to use it but I don't make any promises about its robustness so far.

  
  
Posted 2 months ago
Votes Newest

Answers 4


Hey Martin, sure. I did run into some trouble on my live instance so I will get to it once I resolve that

  
  
Posted 2 months ago

@<1523701205467926528:profile|AgitatedDove14> see None

  
  
Posted 2 months ago

Thanks @<1547028074090991616:profile|ShaggySwan64> !!
Passing to the backend guys to take a look

  
  
Posted 2 months ago

Hi @<1547028074090991616:profile|ShaggySwan64>
That sounds awesome ! may I suggest a PR to None ?

  
  
Posted 2 months ago
339 Views
4 Answers
2 months ago
2 months ago
Tags