Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
wiki:tsm_ueberblick [2011/10/13 15:03] wynekenwiki:tsm_ueberblick [2011/10/13 15:16] – [Options] wyneken
Zeile 1: Zeile 1:
 ====== TSM Kommandozeile Überblick ====== ====== TSM Kommandozeile Überblick ======
 +
 +===== Commands =====
 +
  
   * List contents of backup:   * List contents of backup:
Zeile 5: Zeile 8:
   dsmc query backup '/data/*'   dsmc query backup '/data/*'
  
-  * Restore files with directory recursion to original location:+  * Restore files with directory recursion to __original__ location:
  
   dsmc restore "/data/*" -su=yes   dsmc restore "/data/*" -su=yes
Zeile 11: Zeile 14:
 "-su" stands for subdirectories. "-su" stands for subdirectories.
  
-  * Restore files recursively to a different location: +  * Restore files recursively to a __different__ location: 
- +
   dsmc restore "/data/*" /different/location/ -su=yes   dsmc restore "/data/*" /different/location/ -su=yes
-  +
 The "/" at end of the new location is mandatory. The "/" at end of the new location is mandatory.
 +
 +===== Options =====
  
   * Options apparently go at the end of a command.   * Options apparently go at the end of a command.
Zeile 27: Zeile 32:
 "No" is the default and means TSM will automatically wait for the tape to be mounted. "Yes" means TSM will ask the user whether to wait or not. "No" is the default and means TSM will automatically wait for the tape to be mounted. "Yes" means TSM will ask the user whether to wait or not.
  
--replace= +  * Specify what to do when trying to restore to an existing file with: 
- - Prompt + 
-You are prompted whether to overwrite a file that already exists on your workstation. If the existing file is read-only, you are prompted whether to overwrite it. This is the default. +<code> 
- - All +-replace=xxx 
-All existing files are overwritten, including read-only files. All locked files are replaced when the system is rebooted. If access to a file is denied, you are prompted to skip or overwrite the file. No action is taken on the file until there is a response to the prompt. +</code>
- - Yes +
-Any existing files are overwritten, except read-only files. If a file is read-only, you are prompted to overwrite the file or skip it. No action is taken on the file until there is a response to the prompt. If access to a file is denied, the file is skipped. +
-No +
-Existing files are not overwritten. No prompts will be displayed.+
  
-dsmc set access backup "*" TOP*.PHYSIK.UNI-FREIBURG.DE root +The possibilities are:
-delete access +
-query access +
--fromnode=other+
  
-query restore +  * Prompt (default): You are prompted whether to overwrite a file that already exists on your workstation. 
- - lists restartable sessions +  * All: All existing files are overwritten. No action is taken on the file until there is a response to the prompt. 
-cancel restore +  * Yes: Any existing files are overwritten. No action is taken on the file until there is response to the prompt. 
-restart restore +  * No: Existing files are not overwritten. No more prompts will be displayed.
-(how do you cancel restartable session?)+
  
  
-Do several at once to speed up recovery 

QR-Code
QR-Code TSM Kommandozeile Überblick (erstellt für aktuelle Seite)