|
|
|
|
|
HModifyScheduledBackup (Function) In french: HModifieSauvegardePlanifiée
Available only with this kind of connection
Modifies a backup scheduling. This scheduling was described by a hBackupDescription variable.
MaConnexionBase is Connection
tabSvg is array dynamic of hBackupDescription
tabSvg = HListScheduledBackup(MaConnexionBase)
hSvg is hBackupDescription
FOR EACH hSvg OF tabSvg
IF hSvg.LimitNumberBackups = 3 THEN
hSvg.LimitNumberBackups = 5
HModifyScheduledBackup(MaConnexionBase, hSvg)
END
END
Syntax
<Result> = HModifyScheduledBackup(<Connection> , <Scheduled backup>)
<Result>: Boolean - True if the scheduled backup was modified,
- False if an error occurs.
<Connection>: Character string or Connection variable Connection for which a scheduled backup must be modified. This connection corresponds to: <Scheduled backup>: hBackupDescription variable Name of the hBackupDescription variable to modify. Remarks Necessary rights To have the rights to modify a scheduled backup, you must: - be the owner of the scheduled backup.
- or be a super-user.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|