#
# (c) Copyright 1999-2008 Parallels
# All Rights Reserved
#
# This file is used to declare pmmcli utility paramemers.  No changes 
# should be made to this file without first consulting support. 
# Any changes made can affect service availability and performance.
#
# Each line in this file follows the following format:
#
# variable [whitespace characters] value
#
# That is, the name of the field, followed by spaces or tabs, followed
# by field value. Trailing spaces are removed.
#

# Required free disk space (Mb) to perform backup operation
FREE_DISK_SPACE 20

# Compare free disk space with predicted size of dump (possible values are: 0, 1)
CHECK_BACKUP_DISK_SPACE 0

# pmmcli daemon timeout (in minutes)
DAEMON_TIMEOUT 30

# Time to keep old session (in days)
# "30 days" value is hardcoded in the CL utilities exit messages
DAYS_TO_KEEP_SESSIONS 30

# smtpserver name
SMTPSERVER localhost

# AUTHREQUIRED param of smtpserver
AUTHREQUIRED 0

# smtpserver user name (not required if AUTHREQUIRED=0)
#SMTPUSER user

# smtpserver user password (not required if AUTHREQUIRED=0)
#SMTPPASS pass

# Notification mail subject
MAILSUBJECT Backup/Restore task notification

# Notification mail 'mail-from' parameter
#MAILFROM "Plesk administrator"

# Notification mail 'mail-reply-to' parameter
#MAILREPLYTO "Plesk administrator"

# Message body of notification mail
MAILBODY '%TASK_TYPE% task finished.\n\nTask was created by %OWNER_TYPE% with guid (%OWNER_GUID%)\n\n\nCreation date is: %CREATION_DATE%\nTask status is: %TASK_STATUS%\n\nDump full name is: %FULL_NAME%\n\n\n\n'

# Maximum number of resolve conflicts iteration
MAX_CONFLICT_RESOLVES 1

# Maximum number of log files stored
MAX_LOG_FILES 10

# Maximum size of log file before rotation
MAX_LOG_SIZE 1048576

