Issues with Rsync on a NAS
Posted
by
Daniel Fischer
on Super User
See other posts from Super User
or by Daniel Fischer
Published on 2012-08-31T22:14:14Z
Indexed on
2012/09/02
3:40 UTC
Read the original article
Hit count: 537
I'm trying to rsync a few external hard drives over to my new Nas DS412+ but I'm noticing it's stupid slow. I'm trying it via mounting the backup folder via afb on a Mac.
I was told this may be the wrong way to do it. I recently just turned on "network backup" on the Synology and am now running rsync over ssh like:
rsync -ar --progress . admin@localip:/backup/path
Is this the right way to do it now? Will it be faster? Is there something else I can do to make it faster?
Edit: I'm getting a ton of: "failed to set permissions" "failed to set times" now that I run it. What do I do?
© Super User or respective owner