#!/bin/sh ## # Wilfredo Sanchez # # Prints a list of backup clients that are configured on the server. ## . "$(dirname "$0")/common.sh"; server_load_config; list_clients;