Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:tsm_ueberblick [2011/10/18 11:37] – [Access] wynekenwiki:tsm_ueberblick [2022/07/14 07:45] (aktuell) ph1046
Zeile 11: Zeile 11:
      
  
-==== Back up ====+==== Back up and archive ====
  
   * Incremental   * Incremental
  
   dsmc incr   dsmc incr
-   
-   
-==== Restore ==== 
  
 +  * Archive
 +
 +  dsmc archive "/scratch/anna/*" -subdir=yes -description="Describe this archiving"
 +==== 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 33: Zeile 36:
 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
 +
 +==== Restore older (inactive) files or folders ====
 +
 +  * search for available versions:
 +<code>
 +dsmc restore -inactive -pick -su=yes '/data/dir*' /different/location/ 
 +</code>
 +A window will open with the older files or folders numbered;choose the number of the file you want to restore and press enter; confirm by typing o (stands for ok) and press enter again, the files will be restored in the chosen location
 +
 +==== Delete files from backup and archive ====
 +
 +The commands are:
 +
 +  dsmc delete backup ...
 +  dsmc delete archive ...
 +  
 +The other specifications are the same as with //backup//, //archive//, //restore// and //retrieve//.
 ==== Restartable restore sessions ==== ==== Restartable restore sessions ====
  
Zeile 76: Zeile 97:
  
  
-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)