File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ screen -dmS rsync_bazarr sudo rsync -avz --progress --update --rsync-path="sudo
3939## Transfer Media Data
4040
4141``` bash
42- screen -dmS rsync_library rsync -avz --update --chown=bakerboy448:media --chmod=ug=rwX,o=rX --progress myflix://data/media/media/ /mnt/data/media/
42+ screen -dmS rsync_library rsync -avz --update --bwlimit=76800 -- chown=bakerboy448:media --chmod=ug=rwX,o=rX --progress myflix://data/media/media/ /mnt/data/media/
4343```
4444
4545## Transfer Torrent Data
4646
4747``` bash
48- screen -dmS rsync_torrents rsync -avz --progress --update --exclude=' .RecycleBin' --exclude=' orphaned_data' --chown=bakerboy448:media --chmod=ug=rwX,o=rX -e ssh myflix:/data/media/torrents /mnt/data/
48+ screen -dmS rsync_torrents rsync -avz --progress --update --bwlimit=76800 -- exclude=' .RecycleBin' --exclude=' orphaned_data' --chown=bakerboy448:media --chmod=ug=rwX,o=rX -e ssh myflix:/data/media/torrents /mnt/data/
4949```
5050
5151## Transfer Live Qbit
You can’t perform that action at this time.
0 commit comments