>> [...] rsync -auvx /source /destination [...] > using rsync one may get probs with sensibly excluded directories such > as /proc & /tmp
i'm sorry, but but have to correct you in this small point. rsync --help says: -x, --one-file-system don't cross filesystem boundaries so the mentioned rsync command wouldn't copy things from /proc or the like ... -- David Mayr, http://davey.de openSUSE LINUX, http://opensuse.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
