Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
restoring_files_from_backup [2010/05/13 20:55]
henri
restoring_files_from_backup [2011/09/28 06:21]
henri [Restoration is Part of Backup Setup]
Line 4: Line 4:
  
 ====Restoration is Part of Backup Setup==== ====Restoration is Part of Backup Setup====
-Restoring data is actually part of setting up a backup. It is an opportunity to test that the backup has preserved the data which will be required in the even that the original is no longer available. Therefore, the restoration of files should be part of your backup testing and setup procedure.+Restoring data is actually part of setting up a backup. It is an opportunity to test that the backup has preserved the data which will be required in the event that the original is no longer available. Therefore, the restoration of files should be part of your backup testing and setup procedure.
 \\ \\ \\ \\
  
Line 17: Line 17:
 Another possibility is that you are simply required to contact your system administrator,​ backup operator, restore center or backup company for assistance with the restoration of your files or directory structure. Another possibility is that you are simply required to contact your system administrator,​ backup operator, restore center or backup company for assistance with the restoration of your files or directory structure.
 \\ \\ \\ \\
-When restoring files it may be important to lock the backup so that no backups take place during the restore. Details on how to do this is covered on the **[[:​developer/​migrating_backup_sets|backup set migration page]]**.+When restoring files it may be important to lock the backup so that no backups take place during the restore. Details on how to do this is covered on the **[[:​developer/​migrating_backup_sets|backup set migration page]]**. This is particularly important if you have automated your backup with a scheduler such as cron.
 \\ \\  \\ \\ 
  
Line 47: Line 47:
 During a restore it may be necessary to preserve various meta data. Because, rsync is the back end backup engine for LBackup, it is possible to use rsync to restore the files to the system they were initially backed up from. Detailed instructions regarding the use of rsync are available from the [[http://​rsync.samba.org|rsync home page]]. The **[[synchronizing_disk_images_between_machines|image synchronization page]]** contains information regarding coping files (preserving permissions and various meta data on Mac OS X) via the network. Finally, the **[[:​developer/​migrating_backup_sets|backup set migration page]]** contains information on restoring files locally between volumes. During a restore it may be necessary to preserve various meta data. Because, rsync is the back end backup engine for LBackup, it is possible to use rsync to restore the files to the system they were initially backed up from. Detailed instructions regarding the use of rsync are available from the [[http://​rsync.samba.org|rsync home page]]. The **[[synchronizing_disk_images_between_machines|image synchronization page]]** contains information regarding coping files (preserving permissions and various meta data on Mac OS X) via the network. Finally, the **[[:​developer/​migrating_backup_sets|backup set migration page]]** contains information on restoring files locally between volumes.
 \\ \\  \\ \\ 
- 
- 
  
 ==== Network Restore ==== ==== Network Restore ====
Line 54: Line 52:
  
 \\ \\ \\ \\
 +
 +==== Hot Swap Restore with Post Actions ====
 +Restore times will vary depending upon various factors. LBackup makes it possible to have hot spare hardware loaded and updated with data.  LBackup offers this flexibility via pre / post action script(s). Essentially,​ it is possible to keep a hot spare storage system prepped and ready for the restore of critical systems. This approach is particularly useful if you have a large data set being backed up and when you need to ensure that a restore time is kept to a minimum.