Backup strategies: Difference between revisions
No edit summary |
|||
| Line 6: | Line 6: | ||
Backing up data regularly is one of the most important maintainence task for a computational researcher. The data can be lost accidentally (by pressing rm -r *) or by no mistake of yours (hard disk corrupted), so it is important to have a backup strategy setup. This can be done automatically as seen from the pdfs below; either through scripting or through BACKUPS tool. It is recommended you backup the data atleast once per week (once per day is ideal). Martin Gumbau made these pdfs to make lives easier for us, so choose one of the strategies and protect your data. | Backing up data regularly is one of the most important maintainence task for a computational researcher. The data can be lost accidentally (by pressing rm -r *) or by no mistake of yours (hard disk corrupted), so it is important to have a backup strategy setup. This can be done automatically as seen from the pdfs below; either through scripting or through BACKUPS tool. It is recommended you backup the data atleast once per week (once per day is ideal). Martin Gumbau made these pdfs to make lives easier for us, so choose one of the strategies and protect your data. | ||
Please be sure to include both the HOME and the WAREHOUSE during backup. There should be a folder called /BACKUP (usually 2 TB), this should be | Please be sure to include both the HOME and the WAREHOUSE during backup. There should be a folder called /BACKUP (usually 2 TB), this should be the folder where you backup. | ||
== Linux OS scripts == | == Linux OS scripts == | ||
Revision as of 08:22, 6 June 2024
go back to Main Page, Computational Resources
Why backup your data?
Backing up data regularly is one of the most important maintainence task for a computational researcher. The data can be lost accidentally (by pressing rm -r *) or by no mistake of yours (hard disk corrupted), so it is important to have a backup strategy setup. This can be done automatically as seen from the pdfs below; either through scripting or through BACKUPS tool. It is recommended you backup the data atleast once per week (once per day is ideal). Martin Gumbau made these pdfs to make lives easier for us, so choose one of the strategies and protect your data.
Please be sure to include both the HOME and the WAREHOUSE during backup. There should be a folder called /BACKUP (usually 2 TB), this should be the folder where you backup.
Linux OS scripts
Operating System management scripts