BACKUP_DELVOLENTRY(8) | AFS Command Reference | BACKUP_DELVOLENTRY(8) |
backup_delvolentry - Deletes a volume entry from a volume set
backup delvolentry
-name <volume set name>
-entry <volume set index>
[-localauth]
[-cell <cell name>] [-help]
backup delvole
-n <volume set name>
-e <volume set index>
[-l] [-c <cell name>]
[-h]
The backup delvolentry command deletes the indicated volume entry from the volume set specified with the -name argument. Use the -entry argument to identify the volume entry by its index number. To display the index numbers, use the backup listvolsets command.
If there are any remaining volume entries with index numbers higher than the deleted entry, their indexes are automatically decremented to eliminate any gaps in the indexing sequence.
Deleting volume entries from a temporary volume set is possible only within the interactive session in which the volume set was created.
The following command deletes the fourth volume entry from the volume set called "sys":
% backup delvolentry -name sys -entry 4
The issuer must be listed in the /etc/openafs/server/UserList file on every machine where the Backup Server is running, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included.
backup(8), backup_addvolentry(8), backup_addvolset(8), backup_delvolset(8), backup_listvolsets(8)
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
2022-12-22 | OpenAFS |