I found the problem with the ATS thing. However, I'm trying to upload the backup to an Invision Powerboard Forum.
I get this message when I try to upload parts:
SQL-query:
INSERT INTO ibf_admin_logs
VALUES ( 1, 'forum', 'donew', 1, 1090252103, 'Forum \'News\' created', 'IP blocked out')
MySQL said:
#1062 - Duplicate entry '1' for key 1
Then the actual line in the dump would read:
INSERT INTO ibf_admin_logs VALUES (1,'forum','donew',1,1090252103,'Forum \'News\' created','IP blocked out');
(I blocked out my IP in the last part)