params.xml

<?xml version="1.0" encoding="utf-8"?>
<backup version="2.3">
  <params>
<backupserver></backupserver> <!-- Name of server if backup share is on remote server -->
<sendemail>TRUE</sendemail> <!-- Option: TRUE/FALSE -->
<smtpserver></smtpserver>
<environment>FARM NAME (PRODUCTION)</environment>
<emailfrom>sender@maildomain.com</emailfrom>
<emailto>recipientone@maildomain.com,recipienttwo@maildomain.com</emailto> <!-- Multiple recipients must be comma separated -->
<emailcc>recipientthree@maildomain.com</emailcc> <!-- Multiple recipients must be comma separated -->
<backupwebconfigonly>FALSE</backupwebconfigonly> <!-- IMPORTANT: If set to TRUE then web.config is backed up and NOT Virtual Directories -->
<exportsolutions>TRUE</exportsolutions> <!-- Option: TRUE/FALSE -->
<backupiis>TRUE</backupiis> <!-- Option: TRUE/FALSE -->
<backupgac>TRUE</backupgac> <!-- Option: TRUE/FALSE -->
<backupulslogs>TRUE</backupulslogs> <!-- Option: TRUE/FALSE -->
<backup14hive>TRUE</backup14hive> <!-- Option: TRUE/FALSE -->
<backupfulldays>Sunday</backupfulldays> <!-- Used in conjunction with option 1 of backupoption - Days must be comma separated -->
<backupthreads>1</backupthreads> <!-- Option: 1 to 10 -->
<backupsites>TRUE</backupsites> <!-- Option: TRUE/FALSE -->
<includemysites>FALSE</includemysites> <!-- Option: TRUE/FALSE -->
<backupconfigonly>FALSE</backupconfigonly> <!-- Option: TRUE/FALSE -->
<backupshare>FarmBackups$</backupshare>
<backupoption>0</backupoption> <!-- Option: 0/1/2 -->
<daystoretain>7</daystoretain> <!-- No. of days backups to retain (Must be greater than 1 day. Default: 7 days)-->
  </params>
</backup>

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...