Skip to content

Selective sync? #2

@dbaldacchino

Description

@dbaldacchino

We will have situations where we want to control certain tools, such as when testing a tool in one office only before releasing firm-wide. An example is Mission Control (MC) where we want to test in NY only for a while. If we use Zombie in its current format, we can control who gets the released version of MC by limiting installs of Zombie, but that won't be the case in the future when most machines have it installed. Here's one thought on how we can control that:

  1. Add an optional setting to the settings file so if a package is to be released to a controlled group, the tool will look for the existence of a text file at the specified path. This file can be manually placed or distributed via group policy to a set number of machines.

  2. If Zombie finds this file, it proceeds (looks up if the application that uses the files/addins is installed and if so, syncs the content).

  3. If not, it exits.

Other ways of managing this would be to include a list of machines in a database that you manage and the machine name is checked against the list and if found, syncs content; abort otherwise.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions