$backup.setup.list

Returns a whitespace separated list of the names of all existing backup rules.
Syntax
    $backup.setup.list{}
Documentation$backup.setup.list:
Returns a whitespace separated list of the names of all existing backup rules in this account.
    Paramter:
      None.
    Returns:
      Whitespace separated list of names.
    Throws:
      None.
Examples

List of backup rules of this account

    $forEach{i}{$backup.setup.list{}}{
  • $get{i}
  • }
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0