First things first: fragadelic

Happy new year and great that you keep working on this great script!
I noticed however that with the new version backing up to an XFS-partition is not possible.
The DIRTYPE check exits with a code of 1 when setting the $WORKDIR to a directory on such a partition.
I've added the following to the DIRTYPE case statement to overcome that problem:
xfs)
echo "$WORKDIR is on a xfs filesystem"
echo "$WORKDIR is on a xfs filesystem" >>$WORKDIR/remastersys.log
;;
After the xfs-addition the backup went a-ok and I had no further problems!!!
Ubuntu 11.04 x84_64, kernel 2.6.32.49 (custom build), (standard) gdm, fluxbox wm (but with grome still available)
Thanks again !