Plugin Parameters

The following parameters effect any type of Swift plugin Job (Backup, Estimation or Restore).

  • user=<string> specifies the username to access the Swift system. This parameter is mandatory.

  • password=<string> specifies the password to access the Swift system. The password or the passfile parameter is mandatory.

  • passfile=<string> specifies a file local to the File Daemon that contains the password for the user. Only the first line of the file will be read. The password or the passfile parameter is mandatory.

  • url=<string> specifies the URL of the Swift system. This parameter is mandatory.

  • abort_on_error=<0 or 1>, or just abort_on_error specifies whether or not the Backend should abort it’s execution if a fatal error occurs during Backup, Estimation or Restore. This parameter is optional. The default value is 0.

  • debug=<0 or 1>, or just debug specifies how much information should be logged to the Backend File Log. This parameter is optional. The default value is 0.

  • insecure=<0 or 1>, or just insecure specifies whether or not the SSL certificate should be verified. This parameter is optional. The default value is 0.

Go back to: Swift Object Plugin: Configuration.