snaprep

git mirror of https://ccx.te2000.cz/bzr/snaprep
git clone https://ccx.te2000.cz/git/snaprep
Log | Files | Refs

commit 9a725180bac03380888dd491b15840083687000d
parent 29e8561aaf849ff217ff37fe7ad2406e2e17e3d9
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Fri, 21 Feb 2014 21:43:47 +0100

even more documentation
Diffstat:
MREADME.rst | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.rst b/README.rst @@ -71,6 +71,15 @@ sources All sources accepted by rsync are possible. It's impossible to have both remote source and remote destination as rsync does not implement this. +LVM2 +~~~~ + +The ``snap.lvm2`` script creates a snapshot of a logical volume, mounts it and +runs supplied program (most frequently ``snap.push.single``). After the +program exits, it unmounts and removes the snapshot. The location of the +mountpoint is exported as ``SNAP_SRC`` environment variable which +``snap.push.single`` understands. + things to note -------------- @@ -96,3 +105,9 @@ todo side) * old snapshot pruning / rotation + +* document each script specifically + +* document how access can be restricted using ssh + +* give specific examples