X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=vzdump.adoc;h=3276a32795dea2b4f334f8487d86815e77c8c8ef;hp=5440ae873df1a4c382f4971c8f6d942a1cbba69e;hb=57b78691f8d42101844d3e8df9c52d863d22304f;hpb=8e4bb2611daa64720762a9d300b729b846103672 diff --git a/vzdump.adoc b/vzdump.adoc index 5440ae8..3276a32 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -84,8 +84,14 @@ using ACLs in suspend mode if the backup storage is an NFS server. `snapshot` mode:: This mode uses the snapshotting facilities of the underlying -storage. A snapshot will be made of the container volume, and the -snapshot content will be archived in a tar file. +storage. First, the container will be suspended to ensure data consistency. +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 @@ -186,7 +192,7 @@ Backup all guest systems and send notification mails to root and 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