Skip to content

Kutzooi

No Seagulls Allowed

Category: cli

Prevent Rsync Eating Bandwidth

I was recently syncing a lot of data and I wanted to limit rsync to prevent it possibly impacting the server.

After a bit of reading, I discovered there is a simple option available: –bwlimit.

An example usage:

rsync --bwlimit=1000 -av /source /dest

That would limit rsync to using 1000 KB/s.

Author znxsterPosted on July 18, 2024Categories cli, linuxLeave a comment on Prevent Rsync Eating Bandwidth

Recent Posts

  • AH10411 Rewrite Control Characters
  • Podman Containers with Systemd (Quadlets)
  • Prevent Rsync Eating Bandwidth
  • How Samba and SMB Versions Relate
  • Merging SQLite Databases

Archives

  • December 2024
  • August 2024
  • July 2024
  • March 2023
  • July 2020
  • February 2010
  • September 2009
  • August 2009
  • February 2009
Kutzooi Proudly powered by WordPress