The error means the backup was done using more than one device or backup file and you are trying to restore using just one. You need to provide all the backup devices, files in your restore command,
e.g.:
RESTORE DATABASE YourDatabase
FROM DISK = 'C:\YourDB1.BAK',
DISK = 'C:\YourDB2.BAK'