rsyncing Wine fails

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
David Shaw

rsyncing Wine fails

Post by David Shaw »

OK, I'm pretty certain this is actually an issue with my hard drive, but
I just want to check to make absolutely certain that nothing Wine does
could cause this problem.

I have just set about getting a regular backup of my PC (yes, I know,
consider my wrists to be well and truly slapped for taking nearly two
years to get around to this) and am trying to use rsync to copy files to
a Western Digital Passport USB HDD. However, when I try the following
command

rsync -a /home/david/ /media/Portable/backup/

it chokes when it gets to the .wine folder - I/O error on every single
file and folder within .wine - trying a simple

cp -r /home/david/ /media/Portable/backup/

has the same effect. This is repeatable and only .wine is affected -
which is why I wonder if it could be something about the way Wine is set
up. Could *anything* wine does *possibly* cause this?

Many thanks, in advance,

David Shaw
Dan Kegel

rsyncing Wine fails

Post by Dan Kegel »

On Mon, Apr 28, 2008 at 3:33 PM, David Shaw <[email protected]> wrote:
it chokes when it gets to the .wine folder - I/O error on every single file
and folder within .wine - trying a simple

cp -r /home/david/ /media/Portable/backup/

has the same effect. This is repeatable and only .wine is affected - which
is why I wonder if it could be something about the way Wine is set up.
Not terribly likely...
What filesystem is your backup volume?
Does it allow filenames that start with . ?
i.e. does
touch /media/Portable/backup/.foobar
succeed?
David Shaw

rsyncing Wine fails

Post by David Shaw »

Dan Kegel wrote:
On Mon, Apr 28, 2008 at 3:33 PM, David Shaw <[email protected]> wrote:
it chokes when it gets to the .wine folder - I/O error on every single file
and folder within .wine - trying a simple

cp -r /home/david/ /media/Portable/backup/

has the same effect. This is repeatable and only .wine is affected - which
is why I wonder if it could be something about the way Wine is set up.
Not terribly likely...
What filesystem is your backup volume?
Does it allow filenames that start with . ?
i.e. does
touch /media/Portable/backup/.foobar
succeed?
It's formatted to ext3 and does support .file filenames. I didn't
really expect it to be Wine's fault - it's just the fact that it's only
happening when rsync gets to .wine that planted the seeds of doubt - I
just wanted to make certain before I started poking into my filesystems.

Many thanks,

David
//
Roy Butler

rsyncing Wine fails

Post by Roy Butler »

David Shaw wrote:
Dan Kegel wrote:
On Mon, Apr 28, 2008 at 3:33 PM, David Shaw <[email protected]>
wrote:
it chokes when it gets to the .wine folder - I/O error on every
single file
and folder within .wine - trying a simple

cp -r /home/david/ /media/Portable/backup/

has the same effect. This is repeatable and only .wine is affected
- which
is why I wonder if it could be something about the way Wine is set up.
Not terribly likely...
What filesystem is your backup volume?
Does it allow filenames that start with . ?
i.e. does
touch /media/Portable/backup/.foobar
succeed?
It's formatted to ext3 and does support .file filenames. I didn't
really expect it to be Wine's fault - it's just the fact that it's only
happening when rsync gets to .wine that planted the seeds of doubt - I
just wanted to make certain before I started poking into my filesystems.

Many thanks,

David
//

Testing "cp -r /home/david/.wine/ /var/tmp" would eliminate a lot of the
variables. Curious - does wine still work for you w/o issue on this system?


Roy
Alan Lord

rsyncing Wine fails

Post by Alan Lord »

Roy Butler wrote:
<snip />
Testing "cp -r /home/david/.wine/ /var/tmp" would eliminate a lot of the
variables. Curious - does wine still work for you w/o issue on this
system?
I had a major PITA yesterday when trying to backup (by copying) by home
directory to another server. I'm on Ubuntu 7.10.

The problem I discovered was that in the .wine directory were some
symbolic links to other partitions on my machine and they had rather
unusual names for linux like $d:: or some such and pointed to hard disk
partitions my DVD-RW *and* my DVD-RAM drive.

Anyway, I ended up tar'ing the .wine directory first, then deleting the
actual directory. Extracting the .wine tarball checked out fine afterwards.

<ducks from flames>It was the same for my .ies4linux directory
too!</ducks from flames>

Perhaps it is something like this?

HTH

Al

--
The way out is open!
http://www.theopensourcerer.com
Locked