[plug] Rsync issues
Mike Holland
myk at plug.linux.org.au
Fri Nov 29 14:30:18 WST 2002
On Fri, 29 Nov 2002, Richard Henry wrote:
> # rsync -au --exclude /dump --exclude /backup / /backup
Why the '-u'? Probably harmless, but not appropriate for a backup.
Some extra size will come from loss of hard links. rsync(1):
Note however that -a does not preserve hardlinks,
because finding multiply-linked files is expensive.
You must separately specify -H.
--
The origin of Truth is Doubt - Socrates
More information about the plug
mailing list