Gentoo Archives: gentoo-user

From: Frank Steinmetzger <Warp_7@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync from ext3 to vfat?
Date: Mon, 20 Feb 2012 16:46:14
Message-Id: 20120220164504.GJ19619@eisen.lan
In Reply to: Re: [gentoo-user] rsync from ext3 to vfat? by Stefan Schmiedl
1 On Mon, Feb 20, 2012 at 01:31:38PM +0100, Stefan Schmiedl wrote:
2
3 > > Hi,
4 > > I'm looking for what rsync options I can use to copy existing files
5 > > on an ext3 file system to an external eSATA drive formatted with vfat.
6 >
7 > You will have problems if you try to rsync a maildir folder:
8 >
9 > stefan@g128 .maildir % ls -l cur
10 > total 12772
11 > -rw------- 1 stefan stefan 6177 27. Jul 2011 1311745926.M692969P7969.g128,S=6177,W=6324:2,RS
12
13 you can write a colon in an NTFS filename, you won't be able to access the
14 file in Windows though, due to it using : as drive separator. But a funny
15 quirk is that you can't create dot-files in Explorer (".someting"), because it
16 thinks the file has no name then, but only an extension. One has to use the
17 console then.
18
19 OTOH the OP wants to use the FAT disk in a media device. I don't expect it to
20 handle maildir. *g*
21 --
22 Gruß | Greetings | Qapla'
23 I forbid any use of my email addresses with Facebook services.
24
25 Beauty is in the eye of the beerholder.

Replies

Subject Author
Re: [gentoo-user] rsync from ext3 to vfat? Michael Trausch <mike@×××××××.us>
Re: [gentoo-user] rsync from ext3 to vfat? Mark Knecht <markknecht@×××××.com>