create-user: update for new servers
[hcoop/scripts.git] / update-shadow-volumes
CommitLineData
63ecf196 1#!/bin/bash
2
3# generate volume list
4for A in `vos listvol krunk /viceps -quiet | cut -b0-34`
5do \
6 vos shadow $A deleuze /vicepa krunk /viceps -incremental -localauth
7done