Am 14.11.2010 22:03, schrieb Mick:
> I am not sure how to exclude a directory on an ntfs partition from
> being accessed during rsync.  The attributes do not seem to be right
> and it comes up with this error:
> ===============================
> 'rsync -a -l -v --exclude "/mnt/User_WinXP/System Volume Information"

try something like "--exclude "./System Volume Information"

(relative paths)

or even "--exclude "./System\ Volume\ Information"

(escaping the spaces)

S


Reply via email to