2021年5月6日星期四

what replaces --bwlimit= if it is depricated

rsync -rlPWDvhz /source/dir –-bwlimit=75 /destination/dir and

rsync -rlPWDvhz –-bwlimit=75 /source/dir /destination/dir

generates:

rsync: link_stat /source/dir --bwlimit=75 failed: No such file or directory (2)

but this executes flawlessly:

rsync -rlPWDvhz /source/dir /destination/dir

the only difference in commands --bwlimit , what could cause the error? is this error caused because --bwlimit is being depricated ?

https://stackoverflow.com/questions/67428102/what-replaces-bwlimit-if-it-is-depricated May 07, 2021 at 10:02AM

没有评论:

发表评论