ADIC Time Clock 6-00028-01 Rev A Manual de usuario Pagina 415

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 446
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 414
Managing the AMASS File System
6-00028-01 Rev A Backup Scripts for HP-UX A-3
Backup Example for Small File Systems
The script below performs:
A complete backup every Friday (day 5) of all the files in a
specified volume group.
A partial backup every other day of the week (Monday
through Thursday) of the files in the specified volume group
that have changed since the last complete backup on Friday.
The script uses the volfilelist and vollist commands to
generate a list of files in a volume group. Then, it pipes this list
to a UNIX backup command.
To perform a complete library backup, run the script for every
volume group in a library. The size of the AMASS File System
Database determines how much time is required for this
backup.
#!/bin/sh
# abackup
#
# Purpose:
# Store AMASS file system to tape.
# Use ’abackup 2’ to backup volume
# group 2.
#
# Input:
# /tmp/archivedate - control file for
# backup, modified during every complete
# backup
# VOLGRP - the volume group to be
# archived from
# $1.
Vista de pagina 414
1 2 ... 410 411 412 413 414 415 416 417 418 419 420 ... 445 446

Comentarios a estos manuales

Sin comentarios