|
How we can retrive the data from snapshots nad mirrors |
|
Let's say you have a volume called project.fraud, which is at /project/fraud. The snapshots will be under /project/fraud/.snapshot cd into that directory and then use ls to see which snapshots are there. Each snapshot will be a directory named as the timestamp of that snapshot, and in that directory you can see the data exactly as it was when the snapshot was taken. You can also use a file browser like Mac Finder or Windows Explorer to access the snapshot data. For a mirror, are you talking about remote mirrors (between two clusters)? |