mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 03:40:54 +00:00
add more to vzdump lxc snapshot section
This commit is contained in:
parent
b4a6535593
commit
b74af7b618
12
vzdump.adoc
12
vzdump.adoc
@ -84,8 +84,14 @@ using ACLs in suspend mode if the backup storage is an NFS server.
|
|||||||
`snapshot` mode::
|
`snapshot` mode::
|
||||||
|
|
||||||
This mode uses the snapshotting facilities of the underlying
|
This mode uses the snapshotting facilities of the underlying
|
||||||
storage. A snapshot will be made of the container volume, and the
|
storage. First, the container will be suspended to ensure data consistency.
|
||||||
snapshot content will be archived in a tar file.
|
A temporary snapshot of the container's volumes will be made and the
|
||||||
|
snapshot content will be archived in a tar file. Finally, the temporary
|
||||||
|
snapshot is deleted again.
|
||||||
|
|
||||||
|
NOTE: `snapshot` mode requires that all backed up volumes are on a storage that
|
||||||
|
supports snapshots. Using the `backup=no` mountpoint option individual volumes
|
||||||
|
can be excluded from the backup (and thus this requirement).
|
||||||
|
|
||||||
|
|
||||||
Backup File Names
|
Backup File Names
|
||||||
@ -186,7 +192,7 @@ Backup all guest systems and send notification mails to root and admin.
|
|||||||
|
|
||||||
# vzdump --all --mode suspend --mailto root --mailto admin
|
# vzdump --all --mode suspend --mailto root --mailto admin
|
||||||
|
|
||||||
Use snapshot mode (no downtime).
|
Use snapshot mode (no downtime) and non-default dump directory.
|
||||||
|
|
||||||
# vzdump 777 --dumpdir /mnt/backup --mode snapshot
|
# vzdump 777 --dumpdir /mnt/backup --mode snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user