I'm trying to create a file system backup using 'tar -cjpsvf /bu/full.tar.bz2 /bin /boot /opt /home ...'. When I extract the files they are all owned by root. Should I use the '--same-owner' option on extraction? Chris