I want to make a backup of my home directory to an NTFS partition (an unfortunate limitation). However, when I last tried using just cp
, the attributes (owner, etc) went away. How can I make a backup while still preserving these attributes? My first instinct is to make a tarball, but I'm not sure if this will work.
For reference, I'm running Ubuntu Raring devel.
tar
support ACLs by default, I think... – Shadur-don't-feed-the-AI Apr 23 '13 at 07:26