X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-tar;h=5e6e95a2f27f9a925aca12cff7ecac36029215e6;hp=07c65f44a3fae30be1f049c60255745c663cc333;hb=a80177cc847102d5a6e43a8ff87769e86f30bd6c;hpb=94e310dcfbcd368cbe02dbc1643ed2ff9821cd48 diff --git a/tools/virt-tar b/tools/virt-tar index 07c65f4..5e6e95a 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -25,7 +25,6 @@ use Sys::Guestfs::Lib qw(open_guest get_partitions resolve_windows_path inspect_operating_systems mount_operating_system); use Pod::Usage; use Getopt::Long; -use File::Temp qw/tempfile/; use Locale::TextDomain 'libguestfs'; =encoding utf8 @@ -255,6 +254,13 @@ undef $g; exit 0; +=head1 SHELL QUOTING + +Libvirt guest names can contain arbitrary characters, some of which +have meaning to the shell such as C<#> and space. You may need to +quote or escape these characters on the command line. See the shell +manual page L for details. + =head1 SEE ALSO L,