Norberto Bensa wrote:

Hemmann, Volker Armin wrote:
if you want to use copy, I would prefer cp -a ;)

Use tar since cp wont preserve empty dirs.

# cd /path/to/old/dir
# tar cf - * | ( cd /path/to/new/dir && tar xf - )
What about rsync -a ?


They used tar, for some reasons they mentioned and I forgot ;)

:)


--
gentoo-user@gentoo.org mailing list

Reply via email to