#
src=/a/sda2
dst=/
(cd $src && tar -cpf - -T $src/install/installed/$1) | \
  (cd $dst && tar -xvpf - | sed "/\/$/d" > $dst/install/installed/$1)
