The format of the groupname.res
file is
type: savepnpc;
precmd: /somedir/some_pre_script;
pstcmd: /somedir/some_post_script;
timeout: "4:00am";
This timeout value means that if the backup has not
completed by 4:00am, execute the post-command anyway.
An alternative form for the timeout line is
timeout: "3 hours";
This form of the timeout means that if the backup has
not completed by 3 hours after the pre-command completes,
execute the post-command anyway.
Timeout lines are optional - if one is not used, the
post-command will not execute until the backup completes,
regardless of how long it takes.