backup:snapshot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
backup:snapshot [2007/09/20 15:53] – cangiani | backup:snapshot [2015/07/01 15:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== What do you mean with " | ====== What do you mean with " | ||
- | A photograph is something that stop the time. Whatever else you do, or how you change, after taking the photo isn't important, because you can always know how the things where at the time of the shot. | + | A photograph is something that stop the time. Whatever else you do, or how you change after taking the photo, isn't important, because you can always know how the things where at the time of the shot. |
A **snapshot** in our case is the same thing, but related to file and directories. If we take a **snapshot** of a particular directory or file, we can always access this file **as it was**, no matter how much we changed the file or if the file was completely deleted. We can access this type of information at least until we delete the **snapshot** we took. | A **snapshot** in our case is the same thing, but related to file and directories. If we take a **snapshot** of a particular directory or file, we can always access this file **as it was**, no matter how much we changed the file or if the file was completely deleted. We can access this type of information at least until we delete the **snapshot** we took. | ||
- | |||
Line 13: | Line 12: | ||
The system generate a **snapshot** of the user's directory every hour and save it in a separate space (not really, but just to maintain the things simple). The users can access these data just browsing the homedir. No need to use some strange and unfriendly software. | The system generate a **snapshot** of the user's directory every hour and save it in a separate space (not really, but just to maintain the things simple). The users can access these data just browsing the homedir. No need to use some strange and unfriendly software. | ||
Maintaining a copy of every modify of a file is impossible, so the **snapshots** are created at regular intervals every hour and then every day and then every week. With this mechanism the user can access his/hers old file inside an hidden directory named **.snapshot** resident in the homedir. Inside this directory exists others directories that have name | Maintaining a copy of every modify of a file is impossible, so the **snapshots** are created at regular intervals every hour and then every day and then every week. With this mechanism the user can access his/hers old file inside an hidden directory named **.snapshot** resident in the homedir. Inside this directory exists others directories that have name | ||
- | * hourly.[0-3] | + | * hourly.[0-23] |
- | * nightly.[0-3] | + | * nightly.[0-6] |
- | * weekly.[0-1] | + | * weekly.[0-3] |
- | As the name suggest, these directory contain the files changed during the lasts 4 hours, | + | As the name suggest, these directory contain the files changed during the lasts 24 hours, |
Pay attention that inside the .snapshot directories a user can see the **state** of his/hers directory how it was, so if you look inside one of these directory you can see not only the files changed, but all the files you have currently. Amazing, isn' | Pay attention that inside the .snapshot directories a user can see the **state** of his/hers directory how it was, so if you look inside one of these directory you can see not only the files changed, but all the files you have currently. Amazing, isn' | ||
- | If the file is found, the users can copy it where it want and the restore is done. | + | If the file is found, the users can copy it where it want and the restore is done (the .snapshot directories are accessible only in read mode). |
Line 25: | Line 24: | ||
==== User point of view ==== | ==== User point of view ==== | ||
- | Every user of the LTHC, LTHI and LCM labs can find inside his/hers homedir on the central filer an hidden directory named **.snapshot**. Inside this directory exists others directories: | + | Every user of the labs can find inside his/hers homedir on the central filer an hidden directory named **.snapshot**. Inside this directory exists others directories: |
< | < | ||
ls .snapshot/ | ls .snapshot/ | ||
hourly.0 | hourly.0 | ||
hourly.1 | hourly.1 | ||
- | hourly.2 | + | hourly.... |
- | hourly.3 | + | |
nightly.0 | nightly.0 | ||
nightly.1 | nightly.1 | ||
- | nightly.2 | + | nightly.... |
- | nightly.3 | + | |
weekly.0 | weekly.0 | ||
weekly.1 | weekly.1 | ||
+ | weekly... | ||
</ | </ | ||
- | As the name suggest, every directory of the list contain the files changed during the lasts 4 hours, | + | As the name suggest, every directory of the list contain the files changed during the last 24 hours, |
If the file is found, the users can copy it where it want and the restore is done. | If the file is found, the users can copy it where it want and the restore is done. | ||
\\ | \\ | ||
Line 49: | Line 47: | ||
Pay attention that inside the .snapshot directories you can see the **state** of his/hers directory how it was at the time of **snaphot**, | Pay attention that inside the .snapshot directories you can see the **state** of his/hers directory how it was at the time of **snaphot**, | ||
</ | </ | ||
- | |||
- | ===== For Algo/ | ||
- | |||
- | |||
- | ==== What ==== | ||
- | In this case, we use a standard linux file server (which costs 10 times less then the NetApp) and an home-brewed snapshot solution developed using standard Unix hard-links and the [[http:// | ||
- | For the moment we take hourly snapshots and we keep 10 snapshots distributed more or less logarithmically in time so that we have many recent snapshots and few old ones. The distribution over time is not regular because only meaningful snapshots (when something actually changed) are kept. Snapshots are sometimes only taken during the day, and from Monday to Friday. | ||
- | <note warning> | ||
- | Please consider this as an highly experimental feature for the moment. It will often be down for maintenance, | ||
- | </ | ||
- | |||
- | ==== How ==== | ||
- | Snapshots are presently only accessible only from linux workstations using the // | ||
- | [root@algosrv5 bhome]# ls -1 / | ||
- | < | ||
- | 2007-09-20_Thu_14h | ||
- | 2007-09-20_Thu_13h | ||
- | 2007-09-20_Thu_12h | ||
- | 2007-09-20_Thu_08h | ||
- | 2007-09-19_Wed_12h | ||
- | 2007-09-17_Mon_09h | ||
- | 2007-09-10_Mon_12h | ||
- | 2007-08-21_Tue_ 6h ~ 1 month ago | ||
- | 2007-06-21_Thu_12h | ||
- | </ | ||
- | |||
- | Snapshot directories are mounted '' | ||
backup/snapshot.1190296382.txt.gz · Last modified: 2007/09/20 15:53 by cangiani