User Tools

Site Tools


linux-vm:lxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux-vm:lxc [2023/11/03 18:29] mslinux-vm:lxc [2023/11/03 18:51] (current) ms
Line 30: Line 30:
 lxc-snapshot deb2 -r snap0 lxc-snapshot deb2 -r snap0
 </code> </code>
 +Neue VM vom Snapshot erzeugen
 +<code>
 +lxc-stop <VM-Name>
 +lxc-snapshot <VM-Name>
 +lxc-snapshot <VM-Name> -r <Snapshot-Name> -N <VM-Name-Neu>
  
 +lxc-snapshot deb2
 +lxc-snapshot deb2 -L
 +snap0 (/var/lib/lxc/deb2/snaps) 2023:11:03 18:16:38
 +
 +lxc-snapshot deb2 -r snap0 -N deb3
 +</code>
 +Snapshot löschen
 +<code>
 +lxc-snapshot <VM-Name> -d <Snapshot-Name>
 +
 +lxc-snapshot deb2 -d snap0
 +</code>
  
  
linux-vm/lxc.1699032599.txt.gz · Last modified: 2023/11/03 18:29 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki