X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Flive-snapshot.en.1.txt;h=da5d27d869ee79baca25740bf455d7129d034882;hb=cdb6f35675b4d9ba566f1f2305c250f5c96b7753;hp=f57413d92cef63bbb3946255b0dfb1eb817ff328;hpb=02f0fb6ca32464adc6d6dd80878ac62bd75048ec;p=live-boot-grml.git diff --git a/manpages/live-snapshot.en.1.txt b/manpages/live-snapshot.en.1.txt index f57413d..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 ---- @@ -63,7 +65,7 @@ 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:: @@ -82,8 +84,13 @@ 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. -Beware, it is an experimental feature that only works for cpio targets now. +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 --------