Re: Help me make backups better on GNU/Linux

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

 



On 03/19/2013 02:29 AM, Gordon Messmer wrote:
> After publicly bitching about Linux's poor backup infrastructure for the 
> hundredth time, I decided to write a common system for making snapshots. 

Hi,

This is interesting since we have nothing like the VSS infrastructure on
Windows.

My experience is with snapshots at the hypervisor level (VMware vSphere)
where I've been doing the quiescing you mention by means of the
following 2 scripts that the "VMware Tools"(inside the VM) would call
(when you request a snapshot):

/usr/sbin/pre-freeze-script
/usr/sbin/post-thaw-script

It's just a matter of putting the necessary stuff in those scripts and
you're done.  BTW, I always thought it would be great if there were some
standard directory where every app, when it gets installed, would put
its pre-freeze & post-thaw stuff.  (Just like Apache puts its logrotate
config file in /etc/logrotate.d/ when you install it).   That way,
whenever you perform a snapshot (no matter the kind of snapshot), all
files within those directories would be executed (prior & post snaps).

The thing is to separate the snapshotting & the quiescing activities so
that the quiescing works regardless of the snapshot technology being
used.  Is this more or less what you're doing?

--
Jorge
-- 
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