]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.adoc
pvenode/wake-on-lan: mention defaults
[pve-docs.git] / vzdump.adoc
index 8dc49f55df3265e6c2b14cf5907e883714c65f26..b5bbac73e32916fcd7243c8825d07ac02740d3ef 100644 (file)
@@ -33,7 +33,7 @@ of the backups and downtime of the guest system.
 
 {pve} backups are always full backups - containing the VM/CT
 configuration and all data.  Backups can be started via the GUI or via
-the `vzdump` command line tool.
+the `vzdump` command-line tool.
 
 .Backup Storage
 
@@ -555,14 +555,12 @@ Use rsync and suspend/resume to create a snapshot (minimal downtime).
  # vzdump 777 --mode suspend
 
 Backup all guest systems and send notification mails to root and admin.
+Due to `mailto` being set and `notification-mode` being set to `auto` by
+default, the notification mails are sent via the system's `sendmail`
+command instead of the notification system.
 
  # vzdump --all --mode suspend --mailto root --mailto admin
 
-Backup guest 777 and notify via the `notify-admins` notification target on
-failure.
-
- # vzdump 777  --notification-target notify-admins --notification-policy failure
-
 Use snapshot mode (no downtime) and non-default dump directory.
 
  # vzdump 777 --dumpdir /mnt/backup --mode snapshot
@@ -592,4 +590,3 @@ file system, using pipes
 ifdef::manvolnum[]
 include::pve-copyright.adoc[]
 endif::manvolnum[]
-