~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/man/vos_backup.1

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
vos backup                 AFS Commands              vos backup
 
2
 
 
3
 
 
4
NAME
 
5
 
 
6
   vos backup -- create Backup volume version of one ReadWrite
 
7
 
 
8
                       volume.
 
9
 
 
10
 
 
11
   vos backup  -id <volume name or ID>  [-cell <cell name>]
 
12
   [-noauth]
 
13
   [-localauth]  [-verbose]  [-help]
 
14
 
 
15
ACCEPTABLE ABBREVIATIONS/ALIASES
 
16
 
 
17
   vos backup  -i  <volume name or ID>  [-c <cell name>]  [-n]
 
18
   [-l]  [-v]  [-h]
 
19
 
 
20
DESCRIPTION
 
21
 
 
22
   Clones the indicated ReadWrite volume  to  create  a  Backup
 
23
   version.    Names  the  Backup  version  by adding a .backup
 
24
   extension to the ReadWrite source's name.    It  places  the
 
25
   Backup  version  at  the  same  site  as  the ReadWrite, and
 
26
   changes the VLDB status flag for the Backup to valid.
 
27
 
 
28
   If a Backup version already exists, this new clone  replaces
 
29
   it.  The status flag remains valid.
 
30
 
 
31
ARGUMENTS
 
32
 
 
33
   -id             specifies   either   the  complete  name  or
 
34
                   volumeID  number  of  the  ReadWrite  source
 
35
                   volume.
 
36
 
 
37
   -cell           specifies  the  cell  in  which  to  run the
 
38
                   command.  See section 8.3 in  the  Reference
 
39
                   Manual for more details.  -noauth
 
40
                   tells the Volume and Volume Location Servers
 
41
                   to  assign  the  identity  anonymous  to the
 
42
                   issuer.  See section 8.3  in  the  Reference
 
43
                   Manual for more details.  -localauth
 
44
                   constructs a server ticket using a key  from
 
45
                   /usr/afs/etc/KeyFile.    See  section 8.3 in
 
46
                   the  Reference  Manual  for  more   details.
 
47
                   -verbose
 
48
                   tells the Volume and Volume Location Servers
 
49
                   to  report  on  what  they are doing as they
 
50
                   execute the command.  See section 8.3 in the
 
51
                   Reference Manual for more details.  -help
 
52
                   prints the online help for this command.  Do
 
53
                   not  provide  any  other  arguments or flags
 
54
                   with this one.    See  section  8.3  in  the
 
55
                   Reference Manual for more details.
 
56
 
 
57
EXAMPLE
 
58
 
 
59
   The  following  creates  a  Backup  version  of  the  volume
 
60
   user.smith.
 
61
 
 
62
   % vos backup user.smith
 
63
 
 
64
PRIVILEGE REQUIRED
 
65
 
 
66
 
 
67
 
 
68
   Issuer must be listed in /usr/afs/etc/UserList on -server.
 
69
 
 
70
MORE INFORMATION
 
71
 
 
72
   vos backupsys