How can we help you today? How can we help you today?

Can SQL backup v5.4 restore backup sets from v6.3

When trying to restore a fileset on a server with sql backup 5.4 from a 6.3 backup, I am getting:

error 570: file is not a sql backup file
davidbanner2k
0

Comments

2 comments

  • RBA
    Hi David,

    SQL Backup 6 uses a different file format, which is why your seeing this error. You can, however, convert a version 6 backup to a version 5 backup using SQBConverter.exe (commandline) or SQBConverterGUI.exe.

    You'll find these programs in the SQL Backup installation directory. Note that these converters also allow you to convert backups to native standard SQL Server backups, so you must use the right parameter / check the checkbox to make sure you'll generating a v5 file, rather than a .bak backup.

    Regards,
    RBA
    0
  • davidbanner2k
    Thank you very much!
    davidbanner2k
    0

Add comment

Please sign in to leave a comment.