welcome: please sign in

Diff for "BackupInfo"

Differences between revisions 1 and 2
Revision 1 as of 2007-08-25 21:09:57
Size: 282
Editor: dhcp-37-80
Comment:
Revision 2 as of 2007-08-27 03:25:15
Size: 500
Editor: netblock-68-183-71-43
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
cat $DESIRED_VOLUME_TO_RESTORE | \ cat $VOLNAME.dump.bz2.aescrypt | \
Line 13: Line 13:
  vos restore deleuze /vicepa $DESIRED_NAME_OF_RESTORED_VOLUME   vos restore deleuze /vicepa $VOLNAME.restored

fs mkm /afs/hcoop.net/.../tmp-mount $VOLNAME.restored

# examine /afs/hcoop.net/.../tmp-mount

fs rm /afs/hcoop.net/.../tmp-mount
vos remove $VOLNAME
vos rename $VOLNAME.restored $VOLNAME

do-singing-and-rejoicing-thing

ssh FOO_admin@deleuze

aklog -c megacz.com

cd /afs/megacz.com/hcoop-backup/

cd $DESIRED_BACKUP_DATE

cat $VOLNAME.dump.bz2.aescrypt | \
  ccrypt -cdk /etc/backup-encryption-key | \
  bunzip2 | \
  vos restore deleuze /vicepa $VOLNAME.restored

fs mkm /afs/hcoop.net/.../tmp-mount $VOLNAME.restored

# examine /afs/hcoop.net/.../tmp-mount

fs rm /afs/hcoop.net/.../tmp-mount
vos remove $VOLNAME
vos rename $VOLNAME.restored $VOLNAME

do-singing-and-rejoicing-thing

BackupInfo (last edited 2019-03-31 19:34:13 by ClintonEbadi)