Een backup terug zetten:
Als u bepaalde files vanaf tape wilt terugzetten kan dit met het volgende commando:
xfsrestore -i -f /dev/st0 /home/users/gebruikersnaam/submap
Met het path aan het einde kunt u een specifieke plek opgeven waar u de files naar toe wilt zetten. (een submap in een homedirectory van iemand). Dit is zeer verstandig, omdat dan de bestaande files op uw systeem onaangetast blijven.
Vervolgens komt u in een interfactieve engelstalige dialoog. Als u de juiste sessie gevonden heeft, kunt u de volgende commando's gebruiken:
ls [arg] List the entries in the current directory or the specified directory, or the specified non-directory file entry.
Both the entry's original inode number and name are displayed. Entries that are directories are appended with a
`/'. Entries that have been selected for extraction are prepended with a `*'.
cd [arg] Change the current working directory to the specified argument, or to the filesystem root directory if no argu-
ment is specified.
pwd Print the pathname of the current directory, relative to the filesystem root.
add [arg] The current directory or specified file or directory within the current directory is selected for extraction.
If a directory is specified, then it and all its descendents are selected. Entries that are selected for
extraction are prepended with a `*' when they are listed by ls.
delete [arg] The current directory or specified file or directory within the current directory is deselected for extraction.
If a directory is specified, then it and all its descendents are deselected. The most expedient way to extract
most of the files from a directory is to select the directory and then deselect those files that are not needed.
extract Ends the interactive dialogue, and causes all selected subtrees to be restored.
quit xfsrestore ends the interactive dialogue and immediately exits, even if there are files or subtrees selected for
extraction.
help List a summary of the available commands.
Met het extract commando begint het daadwerkelijke terugzetten van bestanden naar de opgegeven map. In dit geval /home/users/gebruikersnaam/submap.
Vervolgens kunt u de files bekijken en handmatig naar de juiste plek kopieren.