machine-export.sh
This commit is contained in:
11
machine-export.sh
Normal file
11
machine-export.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# export machine as tar.gz
|
||||
|
||||
_container="minimal"
|
||||
|
||||
machinectl stop $_container
|
||||
|
||||
machinectl export-tar $_container $_container.tar.gz
|
||||
|
||||
echo "done"
|
Reference in New Issue
Block a user