Went from 2mbps transfer speeds to 18mbps. Dedup seems to be a common bottleneck. Here is how to disable it.
Scroll down until you find:
Change the 0 to a 1
Save and restart the service
Credit to alter3d
http://networkrockstar.ca/2013/09/speeding-up-crashplan-backups/
This may not be a good tweak for everyone if you have large frequently changing files being backed up.
http://lifehacker.com/we-were-very-proud-when-lifehacker-readers-voted-us-the-1659807506
Code:
ee /usr/pbi/crashplan-amd64/share/crashplan/conf/my.service.xml
Scroll down until you find:
Code:
<dataDeDupAutoMaxFileSizeForWan>0</dataDeDupAutoMaxFileSizeForWan>
Change the 0 to a 1
Code:
<dataDeDupAutoMaxFileSizeForWan>1</dataDeDupAutoMaxFileSizeForWan>
Save and restart the service
Code:
service crashplan restart
Credit to alter3d
http://networkrockstar.ca/2013/09/speeding-up-crashplan-backups/
This may not be a good tweak for everyone if you have large frequently changing files being backed up.
Official full statement here:By quitting the de-dupe after one changed byte, we stop de-duplicating after one altered byte. This means that even if the rest of the file has been backed up, we back it up again. Since CrashPlan is engineered to back up your newest data first, this modification could result in a constant upload of the same "new" data, leaving older—and possibly more important—data completely unprotected.
http://lifehacker.com/we-were-very-proud-when-lifehacker-readers-voted-us-the-1659807506
Last edited: