Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Cc: Mick <michaelkintzios@×××××.com>
Subject: Re: [gentoo-user] How to exclude a directory from rsync
Date: Sun, 14 Nov 2010 22:48:06
Message-Id: 4CE066E6.9090808@xunil.at
In Reply to: [gentoo-user] How to exclude a directory from rsync by Mick
1 Am 14.11.2010 22:03, schrieb Mick:
2 > I am not sure how to exclude a directory on an ntfs partition from
3 > being accessed during rsync. The attributes do not seem to be right
4 > and it comes up with this error:
5 > ===============================
6 > 'rsync -a -l -v --exclude "/mnt/User_WinXP/System Volume Information"
7
8 try something like "--exclude "./System Volume Information"
9
10 (relative paths)
11
12 or even "--exclude "./System\ Volume\ Information"
13
14 (escaping the spaces)
15
16 S

Replies

Subject Author
Re: [gentoo-user] How to exclude a directory from rsync Mick <michaelkintzios@×××××.com>