kan iemand mij eens de gelijkenissen en verschillen geven tussen images, snapshots en Continuous Data Protection?
Kan je een snapshot restoren als je enkel beschikt over de snapshot of heb je ook het origineel nodig?
Bestaat er iets waarmee je een image van een pc kan nemen en deze dan op een andere pc, met niet noodzakelijk dezelfde hardware, kan deployen? Zo ja, welke verschillen in de hardware zijn allemaal toegelaten?
A disk image is a single file containing the complete contents and structure representing a data storage medium or device, such as a hard drive, CD, or DVD. A disk image file is usually created by creating a sector-by-sector copy of the source media, ignoring its file system, and thereby perfectly replicating the structure and contents of a storage device.
A snapshot is an instantaneous function of some storage systems that presents a copy of the filesystem as if it was frozen in a specific point in time, often by a copy-on-write mechanism. An effective way to back up live data is to temporarily quiesce it (e.g. close all files), take a snapshot, and then resume live operations. At this point the snapshot can be backed up through normal methods. While a snapshot is very handy for viewing a filesystem as it was at a different point in time, it is hardly an effective backup mechanism by itself.
Continuous data protection (CDP), also called continuous backup or real-time backup, refers to backup of computer data by automatically saving a copy of every change made to that data, essentially capturing every version of the data that the user saves. It allows the user or administrator to restore data to any point in time.
Bron : wikkipedia
De meeste backup software heeft de mogelijkheid om een image te maken (en een restore te doen).
Als je een image wil gebruiken om een pc snel te installeren moet je dit wel op een identieke hardware configuratie doen. Kwestie van de juiste drivers.
Als je tegen de lamp loopt, breng dan wat licht mee.