If I wish to make a bzipped tar archive of all my user's files in the /home tree, in addition to preserving permissions, access times, and ownership, would the following be appropriate? tar cjpf backup.tar.bz2 /home --atime-preserve --same-owner Thanks for any tips -- me.kirchhoff