I want to add a check to my script that checks if all xfs repo extents have fast clone enable. But I can't find the right property.
Code: Select all
PS C:\windows\system32> $extent.Repository
Info : Veeam.Backup.Model.CBackupRepositoryInfo
Host : Veeam.Backup.Core.Common.CHost
Id : 3511bc17-f659-4fdf-9cfd-e0dbcd05558f
Name : DE-WOP-XFS-C01-E01
HostId : cf6452e6-2130-4d42-b3a6-c493d7e34c11
MountHostId : 446a1c3e-b992-4657-abcb-ecc92b0fc48d
Description : Created by xxxx at 21.05.2021 09:59.
CreationTime :
Path : /veeam_repo/SDEU2000_DE-WOP-XFS-C01-E01
FullPath : |veeam_repo|SDEU2000_DE-WOP-XFS-C01-E01
FriendlyPath : /veeam_repo/SDEU2000_DE-WOP-XFS-C01-E01
ShareCredsId : 00000000-0000-0000-0000-000000000000
Type : LinuxLocal
Status : Ordinal
IsUnavailable : False
Group : BackupRepository
UseNfsOnMountHost : True
VersionOfCreation : 10.0.1.4854
Tag : 3511BC17F6594FDF9CFDE0DBCD05558F
IsTemporary : False
TypeDisplay : Linux
IsRotatedDriveRepository : False
EndPointCryptoKeyId : 00000000-0000-0000-0000-000000000000
Options : Veeam.Backup.Model.CDomBackupRepositoryOptions
HasBackupChainLengthLimitation : False
IsSanSnapshotOnly : False
IsDedupStorage : False
SplitStoragesPerVm : True
Code: Select all
PS C:\windows\system32> $extent.Repository.Options
MaxTaskCount : 26
IsTaskCountUnlim : False
MaxArchiveTaskCount : 13
CombinedDataRateLimit : 0
Uncompress : False
OptimizeBlockAlign : True
RemoteAccessLimitation : None
EpEncryptionEnabled : False
MaxPointCount : 2147483647
OneBackupFilePerVm : True
IsAutoDetectAffinityProxies : False
Code: Select all
PS C:\windows\system32> $extent.Repository.Info
Id : 3511bc17-f659-4fdf-9cfd-e0dbcd05558f
Name : DE-WOP-XFS-C01-E01
FormatDisplayName : DE-WOP-XFS-C01-E01 (Created by xxxx at 21.05.2021 09:59.)
Description : Created by xxxx at 21.05.2021 09:59.
CreationDate :
Type : LinuxLocal
Group : BackupRepository
HostId : cf6452e6-2130-4d42-b3a6-c493d7e34c11
MountHostId : 446a1c3e-b992-4657-abcb-ecc92b0fc48d
Path : /veeam_repo/SDEU2000_DE-WOP-XFS-C01-E01
FullPath : |veeam_repo|SDEU2000_DE-WOP-XFS-C01-E01
ShareCredsId : 00000000-0000-0000-0000-000000000000
Tag : 3511BC17F6594FDF9CFDE0DBCD05558F
Options : <BackupRepositoryOptions><RepositoryOptions><OptimizeBlockAlign>True</OptimizeBlockAlign><Uncompress>False</Uncompress><OneBackupFilePerVm>True</OneBackupFilePerVm><MaxTasksCount>26</MaxT
asksCount><WriteThroutput>0</WriteThroutput><IsAutoDetectAffinityProxies>False</IsAutoDetectAffinityProxies></RepositoryOptions></BackupRepositoryOptions>
EndPointCryptoKeyId : 00000000-0000-0000-0000-000000000000
IsRotatedDriveRepository : False
IsDependant : False
Status : Ordinal
IsUnavailable : False
IsShadow : False
DeletedRetentionSchedule : Start time: [21.05.2021 10:06:13], Latest run time: [21.05.2021 09:56:13], Timeout for backup completion: [180min], Next run time: [], Retry times on failure: [3], Retry timeout: [10
min], Daily options: [Enabled: True, DayNumberInMonth: Everyday, Days: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
CachedTotalSpace : 384018673565696
CachedFreeSpace : 381341190975488
VersionOfCreation : 10.0.1.4854
UseNfsOnMountHost : True