johang/btfs

Add max-upload-rate in default config

hazcod opened this issue · 3 comments

Is this possible? I can't seem to add additional cli parameters via autofs.

any news on this @johang ?
I can not pass paramers on via autofs, only fuse parameters
example -fstype=fuse,allow_other :/usr/local/bin/btfs\#/home/nindustries/torrent/example.torrent

Sounds like a autofs problem to me. Not a btfs problem.

I will close this.

For the curious ones; I moved /usr/local/bin/btfs to /usr/local/bin/btfs.orig and made a file in /usr/local/bin/btfs with contents:

#!/bin/bash

/usr/local/bin/btfs.orig --max-upload-rate=100 $@