.\" Automatically generated by Podwrapper::Man 1.34.6 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "virt-diff 1" .TH virt-diff 1 "2017-03-08" "libguestfs-1.34.6" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "НАЗВА" .IX Header "НАЗВА" virt-diff \- Differences between files in two virtual machines .SH "КОРОТКИЙ ОПИС" .IX Header "КОРОТКИЙ ОПИС" .Vb 1 \& virt\-diff [\-\-параметри] \-d домен1 \-D домен2 \& \& virt\-diff [\-\-options] \-a disk1.img [\-a ...] \-A disk2.img [\-A ...] .Ve .SH "ОПИС" .IX Header "ОПИС" \&\f(CW\*(C`virt\-diff\*(C'\fR lists the differences between files in two virtual machines or disk images. The usual use case is to show the changes in a \s-1VM\s0 after it has been running for a while, by taking a snapshot, running the \s-1VM,\s0 and then using this tool to show what changed between the new \s-1VM\s0 state and the old snapshot. .PP This tool will find differences in filenames, file sizes, checksums, extended attributes, file content and more from a virtual machine or disk image. However it \fBdoes not\fR look at the boot loader, unused space between partitions or within filesystems, \*(L"hidden\*(R" sectors and so on. In other words, it is not a security or forensics tool. .PP To specify two guests, you have to use the \fI\-a\fR or \fI\-d\fR option(s) for the first guest, and the \fI\-A\fR or \fI\-D\fR option(s) for the second guest. The common case is: .PP .Vb 1 \& virt\-diff \-a old.img \-A new.img .Ve .PP or using names known to libvirt: .PP .Vb 1 \& virt\-diff \-d oldguest \-D newguest .Ve .SH "ПАРАМЕТРИ" .IX Header "ПАРАМЕТРИ" .IP "\fB\-\-help\fR" 4 .IX Item "--help" Показати коротку довідку. .IP "\fB\-a\fR файл" 4 .IX Item "-a файл" .PD 0 .IP "\fB\-\-add\fR файл" 4 .IX Item "--add файл" .PD Add \fIfile\fR which should be a disk image from the first virtual machine. If the virtual machine has multiple block devices, you must supply all of them with separate \fI\-a\fR options. .Sp Формат образу диска визначається автоматично. Щоб перевизначити його і примусово використати певний формат, скористайтеся параметром \&\fI\-\-format=..\fR. .IP "\fB\-a\fR адреса" 4 .IX Item "-a адреса" .PD 0 .IP "\fB\-\-add\fR адреса" 4 .IX Item "--add адреса" .PD Додати віддалений диск. Див. \*(L"ДОДАВАННЯ ВІДДАЛЕНОГО СХОВИЩА\*(R" in \fIguestfish\fR\|(1). .IP "\fB\-\-all\fR" 4 .IX Item "--all" Same as \fI\-\-extra\-stats\fR \fI\-\-times\fR \fI\-\-uids\fR \fI\-\-xattrs\fR. .IP "\fB\-\-atime\fR" 4 .IX Item "--atime" The default is to ignore changes in file access times, since those are unlikely to be interesting. Using this flag shows atime differences as well. .IP "\fB\-A\fR файл" 4 .IX Item "-A файл" .PD 0 .IP "\fB\-A\fR адреса" 4 .IX Item "-A адреса" .PD Add a disk image from the second virtual machine. .IP "\fB\-\-checksum\fR" 4 .IX Item "--checksum" .PD 0 .IP "\fB\-\-checksum=crc|md5|sha1|sha224|sha256|sha384|sha512\fR" 4 .IX Item "--checksum=crc|md5|sha1|sha224|sha256|sha384|sha512" .PD Use a checksum over file contents to detect when regular files have changed content. .Sp With no argument, this defaults to using \fImd5\fR. Using an argument, you can select the checksum type to use. If the flag is omitted then file times and size are used to determine if a file has changed. .IP "\fB\-c\fR адреса" 4 .IX Item "-c адреса" .PD 0 .IP "\fB\-\-connect\fR адреса" 4 .IX Item "--connect адреса" .PD Якщо використовується libvirt, встановити з’єднання з вказаним \fI\s-1URI\s0\fR. Якщо пропущено, з’єднання буде встановлено з типовим гіпервізором libvirt. .Sp Якщо вказати блокові пристрої гостьових систем безпосередньо (\fI\-a\fR), libvirt не буде використовуватися взагалі. .IP "\fB\-\-csv\fR" 4 .IX Item "--csv" Write out the results in \s-1CSV\s0 format (comma-separated values). This format can be imported easily into databases and spreadsheets, but read \*(L"\s-1NOTE ABOUT CSV FORMAT\*(R"\s0 below. .IP "\fB\-\-dir\-links\fR" 4 .IX Item "--dir-links" The default is to ignore changed in the number of links in directory entries, since those are unlikely to be interesting. Using this flag shows changes to the nlink field of directories. .IP "\fB\-\-dir\-times\fR" 4 .IX Item "--dir-times" The default is to ignore changed times on directory entries, since those are unlikely to be interesting. Using this flag shows changes to the time fields of directories. .IP "\fB\-d\fR гість" 4 .IX Item "-d гість" .PD 0 .IP "\fB\-\-domain\fR гість" 4 .IX Item "--domain гість" .PD Додати всі диски з вказаної гостьової системи libvirt як першої гостьової системи. \s-1UUID\s0 доменів можна використовувати замість назв. .IP "\fB\-D\fR гість" 4 .IX Item "-D гість" Додати всі диски з вказаної гостьової системи libvirt як другої гостьової системи. \s-1UUID\s0 доменів можна використовувати замість назв. .IP "\fB\-\-echo\-keys\fR" 4 .IX Item "--echo-keys" When prompting for keys and passphrases, virt-diff normally turns echoing off so you cannot see what you are typing. If you are not worried about Tempest attacks and there is no one else in the room you can specify this flag to see what you are typing. .IP "\fB\-\-extra\-stats\fR" 4 .IX Item "--extra-stats" Показати додаткові дані. .IP "\fB\-\-format=raw|qcow2|..\fR" 4 .IX Item "--format=raw|qcow2|.." .PD 0 .IP "\fB\-\-format\fR" 4 .IX Item "--format" .PD Типовим значенням для параметра \fI\-a\fR/\fI\-A\fR є автоматичне визначення формату образу диска. Використання цього параметра примусово визначає значення параметрів \fI\-a\fR/\fI\-A\fR формату диска у наступному рядку команди. Використання параметра \fI\-\-format\fR без аргументу перемикає програму у режим автоматичного визначення у наступних параметрах \fI\-a\fR/\fI\-A\fR. .Sp Приклад: .Sp .Vb 1 \& virt\-diff \-\-format=raw \-a disk.img [...] .Ve .Sp примусове встановлення формату без обробки (без автоматичного визначення) для \fIdisk.img\fR. .Sp .Vb 1 \& virt\-diff \-\-format=raw \-a disk.img \-\-format \-a another.img [...] .Ve .Sp примусове встановлення формату без обробки (без автоматичного визначення) для \fIdiskimg\fR і повернення до автоматичного визначення для \fIanother.img\fR. .Sp Якщо ви користуєтеся ненадійними образами гостьових систем у необробленому форматі, вам слід скористатися цим параметром для визначення формату диска. Таким чином можна уникнути можливих проблем з захистом для сформованих зловмисниками гостьових систем (\s-1CVE\-2010\-3851\s0). .IP "\fB\-h\fR" 4 .IX Item "-h" .PD 0 .IP "\fB\-\-human\-readable\fR" 4 .IX Item "--human-readable" .PD Показати розміри файлів у зручному для читання форматі. .IP "\fB\-\-keys\-from\-stdin\fR" 4 .IX Item "--keys-from-stdin" Read key or passphrase parameters from stdin. The default is to try to read passphrases from the user by opening \fI/dev/tty\fR. .IP "\fB\-\-times\fR" 4 .IX Item "--times" Показати поля часу. .IP "\fB\-\-time\-days\fR" 4 .IX Item "--time-days" Display time fields as days before now (negative if in the future). .Sp Note that \f(CW0\fR in output means \*(L"up to 1 day before now\*(R", or that the age of the file is between 0 and 86399 seconds. .IP "\fB\-\-time\-relative\fR" 4 .IX Item "--time-relative" Display time fields as seconds before now (negative if in the future). .IP "\fB\-\-time\-t\fR" 4 .IX Item "--time-t" Display time fields as seconds since the Unix epoch. .IP "\fB\-\-uids\fR" 4 .IX Item "--uids" Показати поля \s-1UID\s0 і \s-1GID.\s0 .IP "\fB\-v\fR" 4 .IX Item "-v" .PD 0 .IP "\fB\-\-verbose\fR" 4 .IX Item "--verbose" .PD Увімкнути докладний показ повідомлень з метою діагностики. .IP "\fB\-V\fR" 4 .IX Item "-V" .PD 0 .IP "\fB\-\-version\fR" 4 .IX Item "--version" .PD Показати дані щодо версії і завершити роботу. .IP "\fB\-x\fR" 4 .IX Item "-x" Увімкнути трасування викликів програмного інтерфейсу libguestfs. .IP "\fB\-\-xattrs\fR" 4 .IX Item "--xattrs" Показати розширені атрибути. .SH "ЗАУВАЖЕННЯ ЩОДО ФОРМАТУ CSV" .IX Header "ЗАУВАЖЕННЯ ЩОДО ФОРМАТУ CSV" Comma-separated values (\s-1CSV\s0) is a deceptive format. It \fIseems\fR like it should be easy to parse, but it is definitely not easy to parse. .PP Myth: Just split fields at commas. Reality: This does \fInot\fR work reliably. This example has two columns: .PP .Vb 1 \& "foo,bar",baz .Ve .PP Myth: Read the file one line at a time. Reality: This does \fInot\fR work reliably. This example has one row: .PP .Vb 2 \& "foo \& bar",baz .Ve .PP For shell scripts, use \f(CW\*(C`csvtool\*(C'\fR (https://github.com/Chris00/ocaml\-csv also packaged in major Linux distributions). .PP For other languages, use a \s-1CSV\s0 processing library (eg. \f(CW\*(C`Text::CSV\*(C'\fR for Perl or Python's built-in csv library). .PP Most spreadsheets and databases can import \s-1CSV\s0 directly. .SH "СТАН ВИХОДУ" .IX Header "СТАН ВИХОДУ" Ця програма повертає значення 0 у разі успішного завершення і ненульове значення, якщо сталася помилка. .SH "ТАКОЖ ПЕРЕГЛЯНЬТЕ" .IX Header "ТАКОЖ ПЕРЕГЛЯНЬТЕ" \&\fIguestfs\fR\|(3), \fIguestfish\fR\|(1), \fIvirt\-cat\fR\|(1), \fIvirt\-copy\-out\fR\|(1), \&\fIvirt\-ls\fR\|(1), \fIvirt\-tar\-out\fR\|(1), http://libguestfs.org/. .SH "АВТОР" .IX Header "АВТОР" Richard W.M. Jones http://people.redhat.com/~rjones/ .SH "АВТОРСЬКІ ПРАВА" .IX Header "АВТОРСЬКІ ПРАВА" © Red Hat Inc., 2009–2016 .SH "LICENSE" .IX Header "LICENSE" .SH "BUGS" .IX Header "BUGS" To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools .PP To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools .PP When reporting a bug, please supply: .IP "\(bu" 4 The version of libguestfs. .IP "\(bu" 4 Where you got libguestfs (eg. which Linux distro, compiled from source, etc) .IP "\(bu" 4 Describe the bug accurately and give a way to reproduce it. .IP "\(bu" 4 Run \fIlibguestfs\-test\-tool\fR\|(1) and paste the \fBcomplete, unedited\fR output into the bug report.