we cannot answer the question about the backup folder since we have no idea what was captured there… not sure what you mean by backing up WordPress folder… our data is in the db, not folders (some uploaded files, avatars, etc would be)
our db tables are in the same db as wp, just mostly in their own tables, though we have some information in wp tables…
having users is going to be critical though… every topic/post made in your forum is tied to a specific wp user (or guest).. so if y our users are gone, who the posts belong to will be all messed up…
so in your database, our tables are the ones that begin with sf… something like wp_sffforums or wp_sfgroups… your db prefix may be other than wp_ too…
and then additional user information is stored in the wp usermeta table on a per user basis..
so you can get the information, but without users from the wp db, the posts wont tie to anyone and likely look like from guests..