Data Backup and Recovery

SnapCreator override parameters via CLI

btobias
3,177 Views

Hi SC experts!

I'm wondering how to call snapcreator CLI to override parameters of a given config. in snapcreator GUI there's an option to add/override parameters, e.g. SC_CLONE_TARGET (see screenshot). I want to achieve the same thing using CLI. Any ideas?

Thanks a lot,

Toby

1 ACCEPTED SOLUTION

charly
3,177 Views

You can try '--params' option in CLI

--params <params>    Defines custom parameters in the form of key=value pairs

View solution in original post

2 REPLIES 2

charly
3,178 Views

You can try '--params' option in CLI

--params <params>    Defines custom parameters in the form of key=value pairs

btobias
3,177 Views

Thanks Charly for the immediate answer. I've read the install guide a couple of times before, but must have missed this one...

Public