Plugin Estimation and Backup Parameters
include=<string>
specifies which containers and/or objects should be backed up from the Swift Storage System. This parameter is optional. There may be more than oneinclude
parameter.regexinclude=<regex>
specifies, using a Regular Expression, which containers and/or objects should be backed up from the Swift Storage System. This parameter is optional. There may be more than oneregexinclude
parameter.exclude=<string>
specifies which containers and/or objects should NOT be backed up from the Swift Storage System. This parameter is optional. There may be more than oneexclude
parameter.regexexclude=<regex>
specifies, using a Regular Expression, which containers and/or objects should NOT be backed up from the Swift Storage System. This parameter is optional. There may be more than oneregexexclude
parameter.
If none of the paramaters include
, regexinclude
, exclude
or
regexexclude
are specified, all containers and objects from the
Swift Storage System for an account (user
parameter) will be backed
up.
Go back to: Swift Object Plugin: Configuration.