File: snapshots.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (58 lines) | stat: -rw-r--r-- 3,578 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic
  PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="snapshots">
            <title>Snapshots</title>
            
            <body>
               <p>With snapshots, you can save a particular state of a virtual machine for later use. At any later time,
      you can revert to that state, even though you may have changed the VM considerably since then. A snapshot of a
      virtual machine is thus similar to a machine in Saved state, but there can be many of them, and these saved states
      are preserved. </p>
               <p>To see the snapshots of a virtual machine, click the machine name in <ph
        conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>. In the machine tools menu for the VM, click <b outputclass="bold"
        >Snapshots</b>. The Snapshots tool is displayed. </p>
               <p>If you select multiple VMs in the machine list, all snapshots are listed for each VM. </p>
               <p>Until you take a snapshot of the virtual machine, the list of snapshots will be empty, except for the
        <b outputclass="bold">Current State</b> item. This item represents the current point in the lifetime of the
      virtual machine. </p>
               <p>The Snapshots window includes a toolbar, enabling you to perform the following snapshot operations: </p>
               <ul>
                  <li>
                     <p><b outputclass="bold">Take.</b> Takes a snapshot of the selected VM. See <xref
            href="snapshots-take-restore-delete.dita#snapshots-take-restore-delete"/>. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Delete.</b> Removes a snapshot from the list of snapshots. See <xref
            href="snapshots-take-restore-delete.dita#snapshots-take-restore-delete"/>. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Restore.</b> Restores the VM state to be the same as the selected
          snapshot. See <xref href="snapshots-take-restore-delete.dita#snapshots-take-restore-delete"/>. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Properties.</b> Displays the properties for the selected snapshot. The <b
            outputclass="bold">Attributes</b> tab is used to specify a Name and Description for the snapshot. The <b
            outputclass="bold">Information</b> tab shows VM settings for the snapshot. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Clone.</b> Displays the <b outputclass="bold">Clone Virtual Machine</b>
          wizard. This enables you to create a clone of the VM, based on the selected snapshot. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Settings.</b> Available for the Current State snapshot only. Displays the
            <b outputclass="bold">Settings</b> window for the VM, enabling you to make configuration changes. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Discard.</b> For a running VM, discards the saved state for the VM and
          closes it down. </p>
                  </li>
                  <li>
                     <p><b outputclass="bold">Start.</b> Start the VM. This operation is available for the <b
            outputclass="bold">Current State</b> item. </p>
                  </li>
               </ul>
            </body>
            
            
         </topic>