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:19] – [Commands] wynekenwiki:tsm_ueberblick [2011/11/09 11:31] – [Restore and retrieve] wyneken
Zeile 2: Zeile 2:
  
 ===== Commands ===== ===== Commands =====
 +
 +==== Display ====
  
  
Zeile 7: Zeile 9:
  
   dsmc query backup '/data/*'   dsmc query backup '/data/*'
 +  
 +
 +==== Back up and archive ====
 +
 +  * Incremental
 +
 +  dsmc incr
 +
 +  * Archive
 +
 +  dsmc archive "/scratch/anna/*" -subdir=yes
 +==== Restore and retrieve ====
 +
 +The //restore// command works with files that have been backed up, //retrieve// works with files that have been archived. Otherwise the command and options are pretty much the same.
  
   * Restore files with directory recursion to __original__ location:   * Restore files with directory recursion to __original__ location:
Zeile 19: Zeile 35:
  
 The "/" at end of the new location is mandatory. The "/" at end of the new location is mandatory.
 +
 +  * :!: Please note that performing several restores in a row sometimes pulls in files that were previously marked as unavailable
 +
 +==== Delete files from backup and archive ====
 +
 +The commands are:
 +
 +  dsmc delete backup ...
 +  dsmc delete archive ...
 +  
 +The other specifications are that same as with //backup//, //archive//, //restore// and //retrieve//.
 +==== Restartable restore sessions ====
 +
 +  * List restartable restore sessions:
 +
 +  dsmc query restore
 +
 +  * Restart a restartable restore:
 +
 +  dsmc restart restore
 +
 +Choose for the list of restore sessions displayed.
 +
 +  * Cancel a restartable restore:
 +
 +  dsmc cancel restore
 +
 +Choose for the list of restore sessions displayed.
 +
 +
 +==== Access ====
 +
  
   * Allow access to this host's backup from other hosts:   * Allow access to this host's backup from other hosts:
Zeile 26: Zeile 74:
   * Display host that have been allowed access to this host's backup.   * Display host that have been allowed access to this host's backup.
  
-  query backup+  dmsc query access
  
   * Delete access to this host's backup from other hosts:   * Delete access to this host's backup from other hosts:
  
-  delete access+  dmsc delete access
  
 A list of access rules is shown and the user selects which one to delete. A list of access rules is shown and the user selects which one to delete.
  
-query access +  * Specify a different host's backup to restore from:
--fromnode=other+
  
-query restore +<code> 
-lists restartable sessions +-fromnode=other-host 
-cancel restore +</code>
-restart restore +
-(how do you cancel a restartable session?)+
  
  
-Do several at once to speed up recovery+  * Do several at once to speed up recovery
 ===== Options ===== ===== Options =====
  

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