Ask the Community
Groups
Making Bulk Updates to Scheduled Config Management Backups - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How do I make bulk updates to the scheduled backups initiated within configuration management for a specific department?</p> <p> </p> <p><strong>RESOLUTION:</strong></p> <p>This requires access to the BVECLI/BVEAPI.</p> <ul><li>Make sure BVE API is running (assuming you have BVE access e.g. <TRAVERSE_HOME>/etc/bveapi.init status or from Traverse Service Controller</li> <li>telnet/ssh to your BVE on port 7661</li> </ul><p><em>telnet 127.0.0.1 7661</em></p> <ul><li>Log in as admin/superuser using:</li> </ul><p><em>login USERNAME PASSWORD</em><br>e.g. <em>login superuser traverse</em></p> <ul><li>represent into the department by providing a user login from that department:</li> </ul><p><em>user.represent "loginname=USERNAME"</em><br>e.g.<em> user.represent "loginname=traverse"</em></p> <ul><li>apply the bulk update to all devices (only devices that have NCM enabled will be applicable even though the update is applied to all devices):</li> </ul><p><em>device.update "devicename=*", "configBackupFrequency=TIMEINMINUTES"</em></p> <p>e.g. (for 12 hour frequency)<br><em>device.update "devicename=*", "configBackupFrequency=720"</em></p> <p>e.g. (for 1 day frequency)<br><em>device.update "devicename=*", "configBackupFrequency=1440"</em></p> <ul><li>to represent into a different department:</li> </ul><p><em>exit</em></p> <p><em>user.represent "loginname=DIFFUSERNAME"</em></p> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse </p> <p> </p> <p><strong>REFERENCE:</strong></p> <p>None</p> <p> </p> </article> </main>