× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Readynas backup feature request

jgolsteyn
Aspirant

Readynas backup feature request

Hello,

We are using multiple readynas devices and use the standard backup feature to backup data between them. We use the rsync over ssh method for this.
One problem is that you cannot limit the bandwidth during a backup and it uses the complete bandwidth when using a VPN connection.

I made a workaround, by replacing the rsync command, but this is off course system wide, and cannot be set per backup.

mv /usr/bin/rsync /usr/bin/rsync2
echo "/usr/bin/rsync2 --bwlimit=200 \"\$\@\""> /usr/bin/rsync
chmod +x /usr/bin/rsync

--bwlimit=KBPS limit I/O bandwidth; KBytes per second

I preferred to have the feature available through the readynas userinterface. Maybe this feature could be added for the next release?


Thanks!
Message 1 of 2
jgolsteyn
Aspirant

Re: Readynas backup feature request

Small correction to the command: the @ does not need to be quoted:

mv /usr/bin/rsync /usr/bin/rsync2
echo "/usr/bin/rsync2 --bwlimit=200 \"\$@\""> /usr/bin/rsync
chmod +x /usr/bin/rsync
Message 2 of 2
Top Contributors
Discussion stats
  • 1 reply
  • 2556 views
  • 0 kudos
  • 1 in conversation
Announcements