mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
criu(8): Add documentation for --enable-fs
This option was introduced with:
e2c38245c6
v2: (comment from Pavel Tikhomirov) --enable-fs does not fit with
--external dev[]:, see try_resolve_ext_mount, external dev mounts
only determined for FSTYPE__UNSUPPORTED.
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
parent
cdd08cdff8
commit
48f3b6516b
1 changed files with 13 additions and 0 deletions
|
|
@ -90,6 +90,19 @@ The following levels are available:
|
|||
*-L*, *--libdir* 'path'::
|
||||
Path to plugins directory.
|
||||
|
||||
*--enable-fs* ['fs'[,'fs'...]]::
|
||||
Specify a comma-separated list of filesystem names that should
|
||||
be auto-detected. The value 'all' enables auto-detection for
|
||||
all filesystems.
|
||||
+
|
||||
Note: This option is not safe, use at your own risk.
|
||||
Auto-detecting a filesystem mount assumes that the mountpoint can
|
||||
be restored with *mount(src, mountpoint, flags, options)*. When used,
|
||||
*dump* is expected to always succeed if a mountpoint is to be
|
||||
auto-detected, however *restore* may fail (or do something wrong)
|
||||
if the assumption for restore logic is incorrect. This option is
|
||||
not compatable with *--external* *dev*.
|
||||
|
||||
*--action-script* 'script'::
|
||||
Add an external action script to be executed at certain stages.
|
||||
The environment variable *CRTOOLS_SCRIPT_ACTION* is available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue