Difference between revisions of "FND-Backups"
m |
m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div id=" | + | <div id="ABC"> |
− | + | <div style="padding:5px; border:1px solid #000000; background-color:#b3dbce; font-size:300%; font-weight:400; color: #000000; width:100%;"> | |
Data Backup Best Practice | Data Backup Best Practice | ||
− | + | <div style="padding:5px; margin-top:20px; margin-bottom:10px; background-color:#b3dbce; font-size:30%; font-weight:200; color: #000000; "> | |
− | + | (Data backup technologies and best practice) | |
− | + | </div> | |
− | |||
− | |||
− | |||
− | Data backup technologies and best practice | ||
</div> | </div> | ||
− | {{ | + | {{Smallvspace}} |
− | + | <div style="padding:5px; border:1px solid #000000; background-color:#b3dbce33; font-size:85%;"> | |
− | + | <div style="font-size:118%;"> | |
− | + | <b>Abstract:</b><br /> | |
− | + | <section begin=abstract /> | |
− | + | ... | |
− | + | <section end=abstract /> | |
− | + | </div> | |
− | + | <!-- ============================ --> | |
− | + | <hr> | |
+ | <table> | ||
+ | <tr> | ||
+ | <td style="padding:10px;"> | ||
+ | <b>Objectives:</b><br /> | ||
+ | This unit will ... | ||
+ | * ... provide a brief introduction to backup problems and methods to solve them. | ||
+ | </td> | ||
+ | <td style="padding:10px;"> | ||
+ | <b>Outcomes:</b><br /> | ||
+ | After working through this unit you ... | ||
+ | * ... have a sensible and effective strategy for backing up your computer; | ||
+ | * ... have demonstrated that you can recover data. | ||
+ | </td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <!-- ============================ --> | ||
+ | <hr> | ||
+ | <b>Deliverables:</b><br /> | ||
+ | <section begin=deliverables /> | ||
+ | <ul> | ||
+ | <li><b>Time management</b>: Before you begin, estimate how long it will take you to complete this unit. Then, record in your course journal: the number of hours you estimated, the number of hours you worked on the unit, and the amount of time that passed between start and completion of this unit.</li> | ||
+ | <li><b>Journal</b>: Document your progress in your [[FND-Journal|Course Journal]]. Some tasks may ask you to include specific items in your journal. Don't overlook these.</li> | ||
+ | <li><b>Insights</b>: If you find something particularly noteworthy about this unit, make a note in your [[ABC-Insights|'''insights!''' page]].</li> | ||
+ | </ul> | ||
+ | <section end=deliverables /> | ||
+ | <!-- ============================ --> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | {{ | + | {{Smallvspace}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{ | + | {{Smallvspace}} |
− | + | __TOC__ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{Vspace}} | {{Vspace}} | ||
Line 69: | Line 61: | ||
=== Evaluation === | === Evaluation === | ||
− | |||
− | |||
<b>Evaluation: NA</b><br /> | <b>Evaluation: NA</b><br /> | ||
− | :This unit is not evaluated for course marks. | + | <div style="margin-left: 2rem;">This unit is not evaluated for course marks.</div> |
− | |||
− | |||
− | |||
− | |||
− | </div | ||
− | |||
== Contents == | == Contents == | ||
− | |||
When was the last time you made a full backup of your computer's hard-drive? Too long ago? I thought so. | When was the last time you made a full backup of your computer's hard-drive? Too long ago? I thought so. | ||
Backup your hard-drive now. | Backup your hard-drive now. | ||
− | Risk is probability times damage | + | Risk is probability times damage. The annualized probability of hard drive failure is on the order of 3%. This means about two of your classmates in this course will lose all their data this year. It is a bit better for solid state drives (SSD), perhaps only 0.3 failures per year. But what is the damage? All your essays, coursework, all the pictures on your computer, that email from your first love... There is no question you need to have plans in place to protect your data. After all, storage failure is not a question of ''if'', but ''when''. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Enterprise-scale data in bioinformatics labs need dedicated solution and that is actually an increasing problem. For your small scale, personal backup needs you have a variety of options; | |
− | + | * Cloud backup may be bandwidth limited; | |
− | + | * Mac OS X has things well covered with their Time machine / Time capsule, I don't know what the best equivalent is for other systems; | |
− | + | * off-machine storage in removable disk is a questionable startegy because everything that is not fully automatic is liable to fall victim to complecancy; | |
− | + | Whenever possible, make differential backups. And remember: NO backup is a backup unless recovery of data has been tested and shown to work. | |
− | |||
− | + | {{task|1= | |
− | |||
− | |||
− | |||
− | |||
+ | * Use this [https://www.google.ca/search?q=backup+options&num=20&tbs=qdr:y '''Google Search'''] for links to recent articles about backup options. | ||
+ | * Read a few articles that are relevant for your computer. | ||
+ | * Decide on a backup strategy for your computer. | ||
+ | * Implement your strategy. | ||
− | + | * Create a test file. | |
+ | * Backup your computer. | ||
+ | * Delete your test file. | ||
+ | * Recreate the file from your last backup. | ||
+ | }} | ||
− | |||
− | |||
{{Vspace}} | {{Vspace}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="about"> | <div class="about"> | ||
Line 154: | Line 105: | ||
:2017-08-05 | :2017-08-05 | ||
<b>Modified:</b><br /> | <b>Modified:</b><br /> | ||
− | : | + | :2020-09-17 |
<b>Version:</b><br /> | <b>Version:</b><br /> | ||
− | : | + | :1.1 |
<b>Version history:</b><br /> | <b>Version history:</b><br /> | ||
+ | *1.1 Maintenance | ||
+ | *1.0 Completed to first live version | ||
*0.2 Begin development from legacy material; points only | *0.2 Begin development from legacy material; points only | ||
− | *0.1 | + | *0.1 Material collected from previous tutorial |
</div> | </div> | ||
− | |||
− | |||
{{CC-BY}} | {{CC-BY}} | ||
+ | [[Category:ABC-units]] | ||
+ | {{UNIT}} | ||
+ | {{LIVE}} | ||
</div> | </div> | ||
<!-- [END] --> | <!-- [END] --> |
Latest revision as of 09:27, 25 September 2020
Data Backup Best Practice
(Data backup technologies and best practice)
Abstract:
...
Objectives:
|
Outcomes:
|
Deliverables:
- Time management: Before you begin, estimate how long it will take you to complete this unit. Then, record in your course journal: the number of hours you estimated, the number of hours you worked on the unit, and the amount of time that passed between start and completion of this unit.
- Journal: Document your progress in your Course Journal. Some tasks may ask you to include specific items in your journal. Don't overlook these.
- Insights: If you find something particularly noteworthy about this unit, make a note in your insights! page.
Contents
Evaluation
Evaluation: NA
Contents
When was the last time you made a full backup of your computer's hard-drive? Too long ago? I thought so.
Backup your hard-drive now.
Risk is probability times damage. The annualized probability of hard drive failure is on the order of 3%. This means about two of your classmates in this course will lose all their data this year. It is a bit better for solid state drives (SSD), perhaps only 0.3 failures per year. But what is the damage? All your essays, coursework, all the pictures on your computer, that email from your first love... There is no question you need to have plans in place to protect your data. After all, storage failure is not a question of if, but when.
Enterprise-scale data in bioinformatics labs need dedicated solution and that is actually an increasing problem. For your small scale, personal backup needs you have a variety of options;
- Cloud backup may be bandwidth limited;
- Mac OS X has things well covered with their Time machine / Time capsule, I don't know what the best equivalent is for other systems;
- off-machine storage in removable disk is a questionable startegy because everything that is not fully automatic is liable to fall victim to complecancy;
Whenever possible, make differential backups. And remember: NO backup is a backup unless recovery of data has been tested and shown to work.
Task:
- Use this Google Search for links to recent articles about backup options.
- Read a few articles that are relevant for your computer.
- Decide on a backup strategy for your computer.
- Implement your strategy.
- Create a test file.
- Backup your computer.
- Delete your test file.
- Recreate the file from your last backup.
About ...
Author:
- Boris Steipe <boris.steipe@utoronto.ca>
Created:
- 2017-08-05
Modified:
- 2020-09-17
Version:
- 1.1
Version history:
- 1.1 Maintenance
- 1.0 Completed to first live version
- 0.2 Begin development from legacy material; points only
- 0.1 Material collected from previous tutorial
This copyrighted material is licensed under a Creative Commons Attribution 4.0 International License. Follow the link to learn more.