The command I’m using to try on one job – Job name is "PSTest"
Code: Select all
[b]Get-VBRJob -Name "PSTest" | Set-VBRJobAdvancedOptions -RetainDays 31[/b]
This is the entire command and output:
[i]PS C:\Windows\system32> Get-VBRJob -Name "PSTest" | Set-VBRJobAdvancedOptions -RetainDays 31
FreeBackupImpl :
IsFree : False
UserCryptoKey :
Id : ffc36b3f-8e3a-4fcb-a3c9-ce78b4287086
Info : Veeam.Backup.Model.CDbBackupJobInfo
JobType : Backup
SourceType : VDDK
JobTargetType : Backup
TargetType : Other
TypeToString : VMware Backup
Description : Test Description
Name : PSTest
BackupPlatform : EVmware
TargetHostId : 5de8c30c-7d80-42cb-961c-bacecc033469
TargetDir : /home/VeeamExaGrid/VeeamRepository01/Repository
TargetFile : PSTest
Options : Veeam.Backup.Model.CJobOptions
IsContinuous : False
NameWithDescription : PSTest (Test Description)
SqlEnabled : False
OracleEnabled : False
ParentJobId :
HvReplicaTargetOptions : Veeam.Backup.Model.CDomHvReplicaTargetOptions
BackupStorageOptions : Veeam.Backup.Model.CDomBackupStorageOptions
BackupTargetOptions : Veeam.Backup.Model.CDomBackupTargetOptions
HvSourceOptions : Veeam.Backup.Model.CDomHvSourceOptions
NotificationOptions : Veeam.Backup.Model.CDomNotificationOptions
JobScriptCommand : Veeam.Backup.Model.CDomJobScriptCommand
ViReplicaTargetOptions : Veeam.Backup.Model.CDomViReplicaTargetOptions
CloudReplicaTargetOptions : Veeam.Backup.Model.CDomCloudReplicaTargetOptions
ViSourceOptions : Veeam.Backup.Model.CDomViSourceOptions
VssOptions : VssSnapshotOptions: [Enabled: [False], IgnoreErrors: [False], IsCopyOnly: [False]], WinGuestFSIndexingOptions: [Type: [None]], LinGuestFSIndexingOptions: [Type: [None]], SqlBackupOptions: [TransactionLogsProcessing:
[TruncateOnlyOnSuccessJob], BackupLogsFrequencyMin: [15], UseDbBackupRetention: [True], RetainDays: [15], ProxyAutoSelect: [True]], ExchangeBackupOptions: [TransactionLogsProcessing: [TruncateOnlyOnSuccessJob]], WinCredsId:
[00000000-0000-0000-0000-000000000000], LinCredsId: [00000000-0000-0000-0000-000000000000], Old Properties: [Enabled: [False], IgnoreErrors: [False], GuestFSIndexingType: [None], IncludedIndexingFolders: [], ExcludedIndexingFolders: [],
LinGuestFSIndexingType: [None], LinIncludedIndexingFolders: [], LinExcludedIndexingFolders: [], IsFirstUsage: [True]]
ScheduleOptions : Start time: [2/9/2018 10:00:00 PM], Latest run time: [4/23/2018 10:00:09 PM], Timeout for backup completion: [180min], Next run time: [04/24/2018 22:00:00], Retry times on failure: [1], Retry timeout: [60 min], Daily options: [Enabled:
True, DayNumberInMonth: Everyday, Days: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
IsRunning : False
IsRequireRetry : False
IsIdle : False
IsScheduleEnabled : True
SourceProxyAutoDetect : True
IsInitialReplica : False
IsMappingReplica : False
IsBackup : True
IsBackupSync : False
IsSnapshotReplica : False
IsLegacyReplica : False
IsReplica : False
IsVmCopy : False
IsTapeBackup : False
IsFileTapeBackup : False
IsVmTapeBackup : False
SourceWanAcceleratorName :
TargetWanAcceleratorName :
LinkedJobs : {}
LinkedJobIds : {}
LinkedRepositories : {}
LinkedRepositoryIds : {}
IsForeverIncremental : False
IsBackupJob : True
IsEndpointJob : False
SheduleEnabledTime :
AutoScheduleOptions : Veeam.Backup.Model.CAutoScheduleOptions
PreviousJobIdInScheduleChain :
PS C:\Windows\system32>
[/i]