#!/bin/sh

. ./config

for d in `find ./roottree -type d -mindepth 1 -maxdepth 1`
do
  cp -a $d $REMASTER_PATH/source/KNOPPIX/var/bacula/
done
