]> git.proxmox.com Git - pve-manager.git/commitdiff
Elaborate comment in hook example
authorHerman van Rink <helmo@initfour.nl>
Fri, 9 Mar 2018 10:32:31 +0000 (11:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Mar 2018 16:11:23 +0000 (17:11 +0100)
Signed-off-by: Herman van Rink <rink@initfour.nl>
vzdump-hook-script.pl

index a93eeec80bd09128e70a4a9775438ab658da2191..a9dbb893ee0d13329cc3048f3a804ff6d380baa8 100755 (executable)
@@ -1,6 +1,9 @@
 #!/usr/bin/perl -w
 
-# example hook script for vzdump (--script option)
+# Example hook script for vzdump (--script option)
+# This can also be added as a line in /etc/vzdump.conf
+# e.g. 'script: /usr/local/bin/vzdump-hook-script.pl'
+
 
 use strict;