X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Flive-snapshot.en.1.txt;h=da5d27d869ee79baca25740bf455d7129d034882;hb=61f8495c75c261f032fcb94a77b9b09a8f78fdbf;hp=e880b084a4b6767df803c336cd8b245fc142fbad;hpb=29cdb74cb179be6e71e3ab9de819759d0ce461d0;p=live-boot-grml.git diff --git a/manpages/live-snapshot.en.1.txt b/manpages/live-snapshot.en.1.txt index e880b08..da5d27d 100644 --- a/manpages/live-snapshot.en.1.txt +++ b/manpages/live-snapshot.en.1.txt @@ -1,5 +1,7 @@ live-snapshot(1) ================ +:man source: 1.157.3 +:man manual: Debian Live Name ---- @@ -55,9 +57,15 @@ the filename/label used for the output file/partition. If left blank, live-snaps internally used on resyncs. + -f, --refresh:: + +try to do the same operation that should be done at reboot or halt, resyncing +boot-time auto discovered snapshots. Useful to prevent a crash or surge +power-off. + -t, --type **TYPE**:: -Type could be one of "cpio", "squashfs", "ext2", "ext3" or "jffs2". +Type could be one of "cpio", "squashfs", "ext2", "ext3", "ext4", or "jffs2". -h, --help:: @@ -71,6 +79,19 @@ show usage and exit output version information and exit +Files +----- + + /etc/live-snapshot.list + +This optional file, if present changes the behaviour of live-snapshot, only files and directories listed there are included (integrally) in the snapshot. It works only for cpio and whole partition targets. + + /etc/live-snapshot.exclude_list + +This optional file, if present will filter the files that will be saved by live-snapshot removing (as in "grep -F -v") all filenames that will be matched by strings listed in it. +It works for cpio, whole partition and squashfs snapshot types only; it is pretty useful for filtering temporary files and disk caches. + + See also --------