Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

  • Community Expert

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.

  • Author

Ahhh this makes sense, do you know if there is and app to find empty folder so I can delete them?

 

Thanks

the following command will find any empty sub-directories, starting in the current directory:

 

  find . -type d -empty

 

and the following on will find and delete any empty sub-directories, starting in the current directory:

 

  find . -type d -empty -delete

 

 

  • Author

Thanks!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.