[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Making a backup with tar



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