BACKUP_INTERACTIVE(8) AFS Command Reference BACKUP_INTERACTIVE(8)

backup_interactive - Enters interactive mode

backup [interactive] [-localauth] [-cell <cell name>]
[-help]

backup [i] [-l] [-c <cell name>] [-h]

The backup interactive initiates an interactive session for issuing backup commands. As indicated in the syntax statement, the operation code (interactive) is optional.

Several features of interactive mode distinguish it from regular mode:

To exit an interactive session, issue the backup quit command.

Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The backup command interpreter presents it to the Backup Server, Volume Server and VL Server during mutual authentication. Do not combine this flag with the -cell argument. For more details, see backup(8).
Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see backup(8).
Prints the online help for this command. All other valid options are ignored.

The following example shows how the -localauth flag and -cell argument do not appear when the help dump subcommand is issued in interactive mode.

   % backup
   backup> help dump
   dump: start dump
   Usage: dump [-volumeset <volume set name>] [-dump <dump level name>]
   [-portoffset <TC port offset>] [-at <Date/time to start dump>+]
   [-append ] [-n ] [-file <load file>] [-help ]

None. However, backup commands that require privilege in regular mode still require it in interactive mode.

backup(8), backup_jobs(8), backup_kill(8), backup_quit(8), butc(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.

2024-12-16 OpenAFS