basho-labs / riak-data-migrator

Riak logical export and data migration tool (using Java client)
15 stars 6 forks source link

Add a -K option to specify a subset of buckets / keys with a file. #1

Closed drewkerrigan closed 11 years ago

drewkerrigan commented 11 years ago

The goal of this branch is to back up only the keys that were modified during a particular time period to avoid backing up the entire Riak cluster.

dankerrigan commented 11 years ago

Don't forget to update the plain README file, it's included in the distributable tarball

dmitrizagidulin commented 11 years ago

Drew, do you mind making it a '--' option, instead of -K (to avoid potential confusion of -k vs -K)? Something like --load-keys? Thanks!

drewkerrigan commented 11 years ago

Updated README and changed -K to --loadkeys

drewkerrigan commented 11 years ago

Dan +1'd over hipchat