diff --git a/doc/build/doctrees/advanced-use.doctree b/doc/build/doctrees/advanced-use.doctree index 1c44ab04..798ad23c 100644 Binary files a/doc/build/doctrees/advanced-use.doctree and b/doc/build/doctrees/advanced-use.doctree differ diff --git a/doc/build/doctrees/basic-use.doctree b/doc/build/doctrees/basic-use.doctree index 8bd5246f..2d51361a 100644 Binary files a/doc/build/doctrees/basic-use.doctree and b/doc/build/doctrees/basic-use.doctree differ diff --git a/doc/build/doctrees/best-practices.doctree b/doc/build/doctrees/best-practices.doctree index 622e95a3..bc1e32b2 100644 Binary files a/doc/build/doctrees/best-practices.doctree and b/doc/build/doctrees/best-practices.doctree differ diff --git a/doc/build/doctrees/debian.doctree b/doc/build/doctrees/debian.doctree index 18b87936..21237dc6 100644 Binary files a/doc/build/doctrees/debian.doctree and b/doc/build/doctrees/debian.doctree differ diff --git a/doc/build/doctrees/environment.pickle b/doc/build/doctrees/environment.pickle index f85c770f..d9a46029 100644 Binary files a/doc/build/doctrees/environment.pickle and b/doc/build/doctrees/environment.pickle differ diff --git a/doc/build/doctrees/faq.doctree b/doc/build/doctrees/faq.doctree index bae73bf0..d1f929f9 100644 Binary files a/doc/build/doctrees/faq.doctree and b/doc/build/doctrees/faq.doctree differ diff --git a/doc/build/doctrees/index.doctree b/doc/build/doctrees/index.doctree index 8190a457..c10cbd7b 100644 Binary files a/doc/build/doctrees/index.doctree and b/doc/build/doctrees/index.doctree differ diff --git a/doc/build/doctrees/jailtypes.doctree b/doc/build/doctrees/jailtypes.doctree index a6192b6f..3cf2b14e 100644 Binary files a/doc/build/doctrees/jailtypes.doctree and b/doc/build/doctrees/jailtypes.doctree differ diff --git a/doc/build/doctrees/known-issues.doctree b/doc/build/doctrees/known-issues.doctree index dea0664f..1cebb244 100644 Binary files a/doc/build/doctrees/known-issues.doctree and b/doc/build/doctrees/known-issues.doctree differ diff --git a/doc/build/doctrees/networking.doctree b/doc/build/doctrees/networking.doctree index 5591040d..add74854 100644 Binary files a/doc/build/doctrees/networking.doctree and b/doc/build/doctrees/networking.doctree differ diff --git a/doc/build/doctrees/templates.doctree b/doc/build/doctrees/templates.doctree index c25c8197..95ea6194 100644 Binary files a/doc/build/doctrees/templates.doctree and b/doc/build/doctrees/templates.doctree differ diff --git a/doc/build/html/.buildinfo b/doc/build/html/.buildinfo index 2e3065b6..c98ac922 100644 --- a/doc/build/html/.buildinfo +++ b/doc/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: bb0f626a6d1ddc30a449c3540855e442 +config: 4d64116757cc2e7149e797a8158b2fd9 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/doc/build/html/advanced-use.html b/doc/build/html/advanced-use.html index 167f1d65..177c23f5 100644 --- a/doc/build/html/advanced-use.html +++ b/doc/build/html/advanced-use.html @@ -4,9 +4,9 @@
- + -You may use ALL as a target jail name for these commands if you want to target all jails at once.
List snapshots for a jail:
iocage snaplist [UUID|NAME]
Create a new snapshot:
iocage snapshot [UUID|NAME]
This creates a snapshot based on the current time.
+iocage snapshot [UUID|NAME] -n [SNAPSHOT NAME]
+This creates a snapshot with the given name.
+Delete a snapshot:
+iocage snapremove [UUID|NAME] -n [SNAPSHOT NAME]
+Delete all snapshots from a jail (requires -f / –force):
+iocage snapremove [UUID|NAME] -n ALL -f