Setting MaxTransferSize to a value not multiples of 2 causes Back Up Task to hang or fail.
This is a limitaiton of SQL Server.
Please setMaxTransferSize by powers of 2, half of 1 MB (the default) would be 524288. MaxTransferSize must be a multiple of device sector size (normally a multiple of 512)
Accepted values: 4194304, 2097152, 1048576, 524288, 262144, 131072, 65536.
Note The value that is set for the MaxTransferSize parameter must be a power of 2, and the value must be between 64 KB and 4 MB, specified in bytes.