mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
Elaborate comment in hook example
Signed-off-by: Herman van Rink <rink@initfour.nl>
This commit is contained in:
parent
998e4eebe7
commit
85cf35f894
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user