Run Robo Copy Batch with Kace
so currently we use robocopy to backup a few directories to a file server.
We would like to manage this by using scripting on kace, and then setup a rule in kace to execute the script at a specific time daily on a group label.
has anyone done something like this with kace?
another option i was considering was using kace to kick off the script instead of windows task manager, in this scenario it would just run the specified script on the server at x time.
Thoughts?
1 Comment
[ + ] Show comment
-
Never scripted robocopy from KACE but I have scripted .bat files from the K1000 with great success. I don't see why this wouldn't work for you. Just set the time you want it to run and target a smart label. - rockhead44 8 years ago
Answers (1)
Please log in to answer
Posted by:
Howden
8 years ago
We are using this in our environment.
When a new system is deployd, there will be automaticly pushed a text document to the system.
This document is called after the department, Equal: Sales.
We made a Smart label for the department that will search for the text file on the system. After this we created a scripted task running a Batch file. This script will first look if a file is on a system, if not, it will run the robocopy script.
Because we do the first 48 hours aggresive patching we let the script run every 10 minutes.