[OpenAFS] vos dump based backup scripts
vladimir konrad
v.konrad@lse.ac.uk
Fri, 24 Feb 2006 10:16:21 +0000
--Signature=_Fri__24_Feb_2006_10_16_21_+0000_VPt_IufsXDB.s2ES
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
> it's not that much work to recreate from scratch, but does anyone have
> a simple set of "vos dump" based backup scripts they can share?
we have a trivial solution, this script (run from cron):
#!/bin/bash
USERS=3D"bob john"
for i in $USERS; do
vos dump $i.backup -file /mnt/backup/homebkup/$i.dump -localauth
done
dumps the volumes and then the central veritas backup does the backup (the =
dump is timed well before the backup).
there are more users in the USERS string, i changed that.
vlad
--Signature=_Fri__24_Feb_2006_10_16_21_+0000_VPt_IufsXDB.s2ES
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFD/tz25mQ6ItFTZ8gRAox3AKDDK0sGHL1Qb1U+RwfBFv0LA8aDbQCghqkC
TKJFeHgyzrNeE4qDHEms4j8=
=4f3F
-----END PGP SIGNATURE-----
--Signature=_Fri__24_Feb_2006_10_16_21_+0000_VPt_IufsXDB.s2ES--