< Back

Set-ArchivialCloudBackupOptions

Fri Jan 10, 2020 8:46 pm

NAME Set-ArchivialCloudBackupOptions



SYNOPSIS

Sets one or more application options for Archivial Cloud Backup.





SYNTAX

Set-ArchivialCloudBackupOptions [-BackupEngineInstancesCount <int>] [-BackupEngineStartupDelayInSeconds <int>]

[-DatabaseBackupsRetentionInDays <int>] [-HighPriorityScanFrequencyInHours <int>] [-LogFilesRetentionInDays <int>]

[-LowPriorityScanFrequencyInHours <int>] [-MasterExclusionMatches <string[]>] [-MedPriorityScanFrequencyInHours

<int>] [-ProtectionIV <string>] [-StatusUpdateSchedule <string>] [<CommonParameters>]





DESCRIPTION

Specify at least one option to change. To see existing options, run Get-ArchivialCloudBackupOptions





PARAMETERS

-LogFilesRetentionInDays <int>

Optionally specify the length of time (in days) that locally stored log files should be retained.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-DatabaseBackupsRetentionInDays <int>

Optionally specify the length of time (in days) that locally stored database backups should be retrained.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-BackupEngineInstancesCount <int>

Optionally specify the number of concurrent backup engine instances to run.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-BackupEngineStartupDelayInSeconds <int>

Optionally specify the time delay in seconds between the startup of each backup engine instance. This helps

avoid sudden, excessive filesystem load by staggering the engine startups.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-LowPriorityScanFrequencyInHours <int>

Optionally specify how often (in hours) that low-priority folder scans should be performed.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-MedPriorityScanFrequencyInHours <int>

Optionally specify how often (in hours) that medium-priority folder scans should be performed.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-HighPriorityScanFrequencyInHours <int>

Optionally specify how often (in hours) that high-priority folder scans should be performed.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-ProtectionIV <string>

Optionally specify the local encryption initialization vector key. Key should be a crypto-random 16-byte

array, expressed as a base64 encoded string.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-StatusUpdateSchedule <string>

Optionally specify the schedule for when status notification messages should be sent. Expressed as a cron

schedule.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MasterExclusionMatches <string[]>

Optionally specify a set of regex match exclusions that should apply to all scanned folders.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



C:\\> Set-ArchivialCloudBackupOptions -LogFilesRetentionInDays 60



Sets the local log file retention to 60 days.



---------- EXAMPLE 2 ----------



C:\\> Set-ArchivialCloudBackupOptions -LowPriorityScanFrequencyInHours 4 -MedPriorityScanFrequencyInHours 2



Sets low priority and medium priority scanning frequencies.



---------- EXAMPLE 3 ----------



C:\\> Set-ArchivialCloudBackupOptions -StatusUpdateSchedule "0 8 * * *"



Sets the status update notification schedule to once per day at 8am.



---------- EXAMPLE 4 ----------



C:\\> Set-ArchivialCloudBackupOptions -MasterExclusionMatches "^._",".DS_Store"



Sets the master exclusions to exlude Mac OS related file system metadata files.





RELATED LINKS