Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rsync limit download

rsync -a --bwlimit=10240 /folder/to/copy user@somehost:/new/folder/location

# The bwlimit parameter sets the limit in terms of kilobytes. 
# In the command above it is throttled to 10MB/sec. 
Source by howto.eyeoncomputers.com #
 
PREVIOUS NEXT
Tagged: #rsync #limit #download
ADD COMMENT
Topic
Name
8+6 =