diff --git a/pages/linux/pct-rollback.md b/pages/linux/pct-rollback.md new file mode 100644 index 0000000000..03d26e0125 --- /dev/null +++ b/pages/linux/pct-rollback.md @@ -0,0 +1,12 @@ +# pct rollback + +> Restore a specific snapshot. +> More information: . + +- Restore a snapshot: + +`pct {{[ro|rollback]}} {{100}} {{snapshot_name}}` + +- Start the container as soon as the snapshot is restored: + +`pct {{[ro|rollback]}} {{100}} {{snapshot_name}} --start`