Re: linux-kernel-digest V1 #1687

Jeffrey B. Siegal (jbs@quiotix.com)
Sun, 15 Mar 1998 11:36:39 -0800


> Another important use, and perhaps a less limited one, is for rolling
> backups: by cloning (as it is usually called) the entire FS, you can then
> back it up without bringing the system down to single-user mode

As I understand it, this is the primary use for clones. The system generates clones every hour or so (and probably at other intervals), so if you
accidentally delete a file, you can get it back from a recent clone.

Similarly, backups would be done from a clone rather than the active file system so files aren't changing out from under the backup utility.

> and still
> be guaranteed that the entire FS has a consistent set of files.

Not really. There is no way to guarantee that without application support. All you can guarantee is that the image won't change during the backup,
but this doesn't ensure that the clone is itself consistent.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu