Posted on 02-04-2020 11:40 AM
Hi! We're deploying Backblaze to our users so they can be backed up. They gave me a line to go in a script to set the private key for the users automatically. What's the best way to get this working? The part they gave me was, "/Library/Backblaze.bzpkg/bztransmit -setprivkey none <hexencodedkey>" with the <hexencodedkey> going to be filled in with what we want to use.
Solved! Go to Solution.
Posted on 02-04-2020 12:21 PM
If that command doesn't have to run as the logged in user then you can create a new policy, configure the "Files and Processes" section of the policy and past that line into the "EXECUTE COMMAND" field.
Then just scope and trigger that policy as desired.
Posted on 02-04-2020 12:21 PM
If that command doesn't have to run as the logged in user then you can create a new policy, configure the "Files and Processes" section of the policy and past that line into the "EXECUTE COMMAND" field.
Then just scope and trigger that policy as desired.
Posted on 02-04-2020 01:09 PM
Thanks! Do I need the "<" and ">" symbols? I'm assuming I probably do.
Posted on 02-09-2020 12:17 PM
No, you shouldn't need those.