Re: How to make a block-level incremental backup using LVM?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/14/2012 08:04 AM, Fernando Lozano wrote:
I suppose they use something like inotify (or their own virtual file
system driver over a real file system, like NFS or a loop fs) to learn
about changed blocks, but they find to which file each block belongs to
and salve this info in their backup catalog. If the changed block is
filesystem (or md device, or lvm) metadata, they have to understand this
and eithert log the change apropriately or ignore it as it's not file data.

I can imagine something like this working and even how to program. And
I'm a little scared about some backup tool being monitoring my file
accesses all the time. ;-)

Conceptually, that is too complicated. All that the software has to do is track block changes and replicate them to a block device or virtual block device at the backup server. The software doesn't have to care whether it's data or metadata, the destination server just needs to be able to mount the block device / virtual block device. Windows systems probably implement that with VHD. Free Software systems can do that with a variety of filesystems, though typically replication would need to stop while the block device is mounted.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux