Copy EVERYTHING on one partition/directory to another, keeping permissions. (cd /usr ; tar -cvlf - .) | (cd /backup/usr ; tar xpf -)