EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

Using rsync to copy files results in each song being 2GB big #17

Open squisher opened 10 years ago

squisher commented 10 years ago

First song: 2,000,000,000 100% 202.93MB/s 0:00:09 (xfr#1, to-chk=12/15) second song: 2,000,000,000 100% 146.62MB/s 0:00:13 (xfr#2, to-chk=11/15) ... A simple cp created a reasonable file size within the same session.

I prefer using rsync though for several reasons: I can skip already downloaded files and it gives me a nice progress report.

squisher commented 10 years ago

Some more notes:

sagotsky commented 10 years ago

I'm getting this with cp as well.

encodes1 commented 10 years ago

I'm also getting this with cp

encodes1 commented 10 years ago

I tried the -f to get the filesize and it crashed...