Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have recently noticed the Up to the Minute retention settings on Full backups only apply for "Full Backup" and "Full and Log Backup".
We utilise the "Log Backup" policy quite extensively but there doesn't appear to be a way to specify how to delete these log only backups. The default appears to be 7 days, I would like to set this to be 3 days but there doesn't appear to be a way to do this.
All of our "Full backup" jobs are set to keep Up to the Minute for the last 3 days, but this isn't deleting the log only snapshots.
Am I missing something?
Thanks
Solved! See The Solution
1 ACCEPTED SOLUTION
mrahul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi AshV,
You can set the Log backup retention via SnapCenter PS cmdlet
Set-SmPolicy -PolicyName 'logbkup' -PolicyType Backup -Description 'Log backup Policy' -retentionsettings @{"BackupType"="LOG_SNAPSHOT";"RetentionCount"="3"} -PluginPolicyType "SCSQL" -sqlbackuptype 'logbackup' -CreateLogFolderSnapshot
1 REPLY 1
mrahul has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi AshV,
You can set the Log backup retention via SnapCenter PS cmdlet
Set-SmPolicy -PolicyName 'logbkup' -PolicyType Backup -Description 'Log backup Policy' -retentionsettings @{"BackupType"="LOG_SNAPSHOT";"RetentionCount"="3"} -PluginPolicyType "SCSQL" -sqlbackuptype 'logbackup' -CreateLogFolderSnapshot
