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:16] – [Options] wynekenwiki:tsm_ueberblick [2011/11/09 11:01] – [Back up and archive] 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 ====
 +
  
   * Restore files with directory recursion to __original__ location:   * Restore files with directory recursion to __original__ location:
Zeile 20: 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
 +==== 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:
 +
 +  dsmc set access backup "*" TOP*.PHYSIK.UNI-FREIBURG.DE root
 +
 +  * Display host that have been allowed access to this host's backup.
 +
 +  dmsc query access
 +
 +  * Delete access to this host's backup from other hosts:
 +
 +  dmsc delete access
 +
 +A list of access rules is shown and the user selects which one to delete.
 +
 +  * Specify a different host's backup to restore from:
 +
 +<code>
 +-fromnode=other-host
 +</code>
 +
 +
 +  * Do several at once to speed up recovery
 ===== Options ===== ===== Options =====
  

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