Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
Auto Delete setting reverting to 1 month Options · View
gleavell
#1 Posted : Thursday, April 28, 2011 1:57:49 PM Quote
Rank: Newbie

Groups: Registered

Joined: 4/28/2011
Posts: 2
We've recently installed SQL Backup and FTP version 5.7.1.23664 on Windows 2008 Server R2. It seems to be working well. However, we've noticed that after saving and re-opening a job definition (.jobx file) that our specified "Auto delete after" setting is reverting to 1 months, 0 days in the UI display. The definition remains correct in the actual XML file. But if we then re-save the file from the UI after re-opening, it writes the incorrect (1 month) auto delete setting into the file.

For example, we've pasted below one of our backup jobs(having removed some e-mail address and mail server detail). Note that Local KeepMonths="12". If, however, we open this file in the UI, it displays an auto delete setting of 1 months, 0 days. As I said above, we've also noticed that the 1 month setting will get saved back into this file if we then click "Save" in the UI.

By the way, we haven't run the program long enough to know if this is a UI only issue, or if the logic in the program will actually retain only 1 month of backups, even if the XML file says 12 months. Thanks very much for a terrific program! --Glenn

Code:
<?xml version="1.0"?>
<JobInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" AllNonSystemDb="false" TempFolder="" LogFolder="" DbTimeout="10000" UseWebLog="false">
  <SqlServer Server="." User="" Password="" IntegratedSecurity="true" />
  <Databases>
    <Database>MyDatabase</Database>
  </Databases>
  <Folders />
  <Local Enable="true" Folder="C:\Backups\Monthly" KeepMonths="12" KeepDays="0" />
  <Ftp Enable="false" Uri="" User="" Password="" KeepMonths="1" KeepDays="0" DataConnection="Passive" Protocol="FTP" TraceLog="false" />
  <Email ZeroConfig="false" Enable="true">
    <SuccessMail To="" From="" User="" Password="" SmtpServer="" Port="25" SSL="false" />
    <FailureMail To="" From="" User="" Password="" SmtpServer="" Port="25" SSL="false" />
  </Email>
  <Run Enable="true" Time="01:00" SchedulerAccount="" FullBackupEnabled="false" FullBackupIntervalH="24" DiffBackupEnabled="false" DiffBackupIntervalH="0" TransactionLogEnabled="false" TransactionLogIntervalH="0" TransactionLogIntervalM="0" AutoDeleteOld="false" />
  <Zip Password="" CompressLevel="Highest" EncryptMethod="Compatible" EncryptStrength="256" ZipToTemp="false" />
  <SqlScripting ScriptAlways="false" MaxScriptSize="10000" />
  <ScriptBefore />
  <ScriptAfter />
  <OutputFormat>DateTime</OutputFormat>
</JobInfo>
mikeshilov
#2 Posted : Friday, April 29, 2011 2:46:41 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
Thank you Glenn for reporting this, we'll fix it asap.
mikeshilov
#3 Posted : Friday, April 29, 2011 4:07:16 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
We've fixed this issue in 5.7.2. Update please.
gleavell
#4 Posted : Saturday, April 30, 2011 12:14:19 AM Quote
Rank: Newbie

Groups: Registered

Joined: 4/28/2011
Posts: 2
Thank you for addressing this issue so quickly! Your update version 5.7.2 does indeed fix the problem, and everything is working well.
mikeshilov
#5 Posted : Saturday, April 30, 2011 6:08:28 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
gleavell wrote:
Thank you for addressing this issue so quickly! Your update version 5.7.2 does indeed fix the problem, and everything is working well.


Your're welcome. Thanks again for reporting.
jw
#6 Posted : Tuesday, May 24, 2011 3:36:22 PM Quote
Rank: Newbie

Groups: Registered

Joined: 5/24/2011
Posts: 1
I just installed the newest version (5.7.4.34937) on a Server 2008 R2 machine and it is having the same problem as stated above.
mikeshilov
#7 Posted : Thursday, June 02, 2011 10:11:30 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/12/2009
Posts: 271
jw wrote:
I just installed the newest version (5.7.4.34937) on a Server 2008 R2 machine and it is having the same problem as stated above.


Thank you jw, it somehow came back ;)
now fixed in 5.7.6
Quick Reply Show Quick Reply
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.