#!/bin/bash
for forum in $(tar --wildcards -xvf backup* activities/forum_*/forum.xml)
do
mv $forum $(echo $forum | cut -f2 -d'/')
done