
mogrename -- Rename file (key) from one key to another

$ mogrename [OPTIONS] --old_key='/hello.jpg' --new_key='/bye.jpg'
$ mogupload --trackers=host --domain=foo --class=bar \
--old_key='/hello.jpg' --new_key='/bye.jpg'
$ mogupload --trackers=host1:7001,host2:7001 --domain=foo --class=bar \
--old_key='/hello.jpg' --new_key='/bye.jpg'

Use these MogileFS trackers to negotiate with.
Set the MogileFS domain to use.
Set the class to use. Will use default class if not specified.
An old key to rename the file from. Can be an arbitrary string.
A new key to rename the file to. Can be an arbitrary string.

Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>

None for this release. Please report any issues found.

Licensed for use and redistribution under the same terms as Perl itself.