Attempting to run copy files from Ubuntu server to Unraid share using rsync.


redmango

Recommended Posts

On the unraid server I ran the following command

 

rsync  --progress --inplace  -avzhe   [email protected]:/home/user/VoD/Movies/  /mnt/user/VoD_Movies/Movies

 

receiving incremental file list
Alien Arrival (2016) Blu-ray 720p/
Alien Invasion - S.U.M.1 (2017) Web-DL 720p/
Alpha Dog (2006) Blu-ray 720p/
An Acceptable Loss (2019)/
An Affair to Die For (2019)/
An American Girl Story - Ivy & Julie 1976 - A Happy Balance (2017) Webrip 1080p/
An American Girl Story - Ivy & Julie 1976 - A Happy Balance (2017) Webrip 1080p/An American Girl Story - Ivy & Julie 1976 - A Happy Balance (2017) Webrip 1080p Family.mkv
          2.93G  76%  138.03MB/s    0:00:06
rsync: write failed on "/mnt/user/VoD_Movies/Movies/An American Girl Story - Ivy & Julie 1976 - A Happy Balance (2017) Webrip 1080p/An American Girl Story - Ivy & Julie 1976 - A Happy Balance (2017) Webrip 1080p Family.mkv": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3]  
rsync: [generator] write error: Broken pipe (32)

rsync error: error in socket IO (code 10) at io.c(820) [generator=3.1.3]

 

I not getting an rsync error stating  No space left on device (28) despite have TBs of space left.

The transfer previously worked.

 

Thanks in advance

Link to comment

Here is what I have experienced with rsync, and others have experienced similar things with other applications like Krusader.

 

The application creates all the folders in advance, then copies all the files to those folders. A user share can span disks in Unraid, so a user share has a lot more capacity than a single disk does. But, when all the folders are created in advance, they wind up on a single disk, then when the files are copied to those folders, that single disk won't hold them all.

 

One way to work around this is to not rsync so much at once. After one copy is complete then depending on Allocation Method etc. a different disk will be chosen for the next rsync.

 

When it happened to me, I noticed that it was working in alphabetical order, so I began moving some of those precreated folders to other disks before it got around to copying their files.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.