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 14:51] wynekenwiki:tsm_ueberblick [2011/10/13 15:03] wyneken
Zeile 1: Zeile 1:
 ====== TSM Kommandozeile Überblick ====== ====== TSM Kommandozeile Überblick ======
  
-dsmc query backup '/data/*'+  List contents of backup:
  
-dsmc restore "/data/*" -su=yes +  dsmc query backup '/data/*'
- -or-  +
-dsmc restore "/data/*" /new/place/ -su=yes +
- ("/" at end is recommended) +
- ("-su" means do subdirectories"+
  
-It looks like using dsmc interactively will wait for tape mounts but otherwise it won't. Maybe there's an option to use?+  * Restore files with directory recursion to original location:
  
--tapeprompt=no (default) +  dsmc restore "/data/*" -su=yes 
-means that it will wait +   
-yes means you will be prompted+"-su" stands for subdirectories. 
 + 
 +  * Restore files recursively to a different location: 
 +  
 +  dsmc restore "/data/*" /different/location/ -su=yes 
 +   
 +The "/" at end of the new location is mandatory. 
 + 
 +  * Options apparently go at the end of a command. 
 + 
 +    * It looks like using dsmc interactively will wait for tape mounts but otherwise it won't. You can use the //tapeprompt// option: 
 + 
 +<code> 
 +  -tapeprompt=no 
 +</code> 
 + 
 +"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= -replace=

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