VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-movevm.xml

Last change on this file was 103620, checked in by vboxsync, 2 months ago

doc/man_VBoxManage: Adapt Russian translation files: Require all refsect1 and refsect2 elements to have @id attributes in manpages. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage movevm
4-->
5<!--
6 Copyright (C) 2006-2023 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-movevm" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
34 <title>VBoxManage movevm</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-movevm</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-movevm</refname>
44 <refpurpose>перемещает виртуальную машину в новое расположение в хост-системе</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis id="synopsis-vboxmanage-movevm">
50<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage movevm</command>
52 <group choice="req">
53 <arg choice="plain"><replaceable>uuid</replaceable></arg>
54 <arg choice="plain"><replaceable>имя-ВМ</replaceable></arg>
55 </group>
56 <arg>--type=basic</arg>
57 <arg>--folder=<replaceable>имя-папки</replaceable></arg>
58 </cmdsynopsis>
59 </refsynopsisdiv>
60
61 <refsect1 id="vboxmanage-movevm-description">
62 <title>Описание</title>
63 <para>
64 Команда <command>VBoxManage movevm</command> перемещает
65 виртуальную машину (ВМ) в новое расположение в хост-системе.
66 </para>
67 <para>
68 Когда перемещена, все файлы, связанные с ВМ, такие как файлы
69 настроек и файлы образов дисков, перемещаются в новое расположение.
70 Конфигурация &product-name; обновляется автоматически.
71 </para>
72 <variablelist>
73 <varlistentry>
74 <term><replaceable>uuid</replaceable>|<replaceable>имя-ВМ</replaceable></term>
75 <listitem><para>
76 Указывает Универсальный Уникальный Идентификатор (UUID)
77 или имя ВМ для перемещения.
78 </para></listitem>
79 </varlistentry>
80 <varlistentry>
81 <term><option>--type=basic</option></term>
82 <listitem><para>
83 Задает тип операции перемещения. Пока что <literal>basic</literal>
84 является единственным распознаваемым значением и также
85 является значением по умолчанию, если не указан.
86 </para></listitem>
87 </varlistentry>
88 <varlistentry>
89 <term><option>--folder=<replaceable>имя-папки</replaceable></option></term>
90 <listitem><para>
91 Указывает полный или относительный путь к новому
92 расположению в файловой системе хоста. Позволяется
93 не указывать эту опцию или указать текущее расположение.
94 В этом случае производится перемещение образов дисков
95 и других частей ВМ в это расположение, если они находятся
96 в других местах.
97 </para></listitem>
98 </varlistentry>
99 </variablelist>
100 </refsect1>
101
102 <refsect1 id="vboxmanage-movevm-examples">
103 <title>Примеры</title>
104 <remark role="help-scope" condition="GLOBAL" />
105 <para>
106 Следующая команда перемещает ВМ <filename>ol7</filename> в новое
107 расположение в хост-системе.
108 </para>
109<screen>$ VBoxManage movevm ol7 --folder "/home/testuser/vms" --type basic
1100%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
111Машина успешно перемещена в /home/testuser/vms</screen>
112 </refsect1>
113</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use