yum-fs-snapshot.conf(5) - Linux man page
Name
yum-fs-snapshot.conf(5)
Synopsis
yum-fs-snapshot.conf(5) is the configuration file for yum-fs-snapshot(1) Yum
plugin for snapshotting your filesystems before running a yum transaction. By default, this plugin will snapshot all filesystems that it is capable of
snapshotting. This includes block-level snapshots using LVM snapshots.
Files
/etc/yum/pluginconf.d/fs-snapshot.conf
File Format
yum-fs-snapshot.conf(5) utilizes configuration options in the form of
- OPTION=VALUE
Option
- exclude
- This is a space delimited list of the mount points you do not wish to have snapshotted by this plugin.
OPTION - [lvm] section
- enabled
- This is a boolean value used to control whether LVM snapshots will be created for filesystems built on LVM logical volumes.
OPTION - [lvm] section
- lvcreate_size_args
- This is the space delimited lvcreate argument list that is used to specify the size of the snapshot LV. Valid lvcreate size options are -l or -L. If not
specified then LVM snapshots will not be created.
Author
Josef Bacik <josef@toxicpanda.com>
Mike Snitzer <msnitzer@fedoraproject.org>
See Also
yum-fs-snapshot(1)