INPUT_OBJECT

FilesetOptionsInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input FilesetOptionsInput {
  • # Supported in v5.0+
  • # Include or exclude hidden folders inside locally-mounted remote file systems
  • # from backups.
  • allowBackupHiddenFoldersInNetworkMounts: Boolean
  • # Supported in v5.0+
  • # Include or exclude locally-mounted remote file systems from backups.
  • allowBackupNetworkMounts: Boolean
  • # Supported in v5.0+
  • # Use VSS during Windows backups.
  • useWindowsVss: Boolean
  • }