firespring / mogbak

Need to backup your MogileFS? mogbak is here to help. Backup is made to a self contained directory with metadata. Restores are easy too.
http://github.com/firespring/mogbak
MIT License
28 stars 4 forks source link

Allow --trackerip parameter to be a comma-separated list of tracker ips #11

Closed abh closed 8 years ago

abh commented 12 years ago

Eh, the ips = ... line here is obviously unnecessary.

jesseangell commented 12 years ago

Nice, good feature to have, especially with Mogile. This wouldn't let someone have trackers on different ports though. Maybe get rid of --trackerport and allow ports in the --trackerip connection string...default to 7001 if they don't put one... What do you think?

abh commented 12 years ago

Allowing the port number in --trackerip makes sense; that matches how the Perl client library and the mogadm tool works if I remember right.

Though maybe call the option --trackers instead though.