Jump to content

[SOLVED] Slow transfers via rsync to unassigned device


volcs0

Recommended Posts

I am trying to back up some files via rsync to an external SSD drive via USB3 - just copying new files over the past few days. The problem is that the copying is very slow - around 30MB/s. Assuming that the port and the drive are actually USB3, what are some other reasons for the slow copy?

For reference, here is my command:

# find and copy all files modified in the last 14 days that are greater than 200Mb

rsync -avz --progress --files-from=<(find /mnt/user/Movies -mtime -14 -type f -size +200M) / /mnt/disks/Crucial/Movies

 

Link to comment
  • JorgeB changed the title to [SOLVED] Slow transfers via rsync to unassigned device

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.

×
×
  • Create New...