1 Dec 2009 11:03
Re: How to backup and restore parameters of NTFS
Hi Jean-Pierre,
> What is the purpose of Procedure3 ?
The reason I want to backup by a file unit is to do
incrementtal backup.
There are two methods to do incremental backup a filesystem.
Method1:
At first time, Make backup data that consist of one object.
The object is a full dump of the target filesystem.
"full" means that the dump contains all files on the target filesytem.
After second time, Pickup and archive the files changed from the
previous backup.
Method2:
At first time, Make backup data that consist of two objects.
The first object is a empty dump of the target filesystem.
"empty" means that the dump contains no file. It contains
only the structure of the contarget filesytem.
The second object is an archive file that consists of all
files of the target filesystem.
After second time, Pickup and archive the files changed from the
previous backup.
(Continue reading)
RSS Feed