1MOGRENAME(1) User Contributed Perl Documentation MOGRENAME(1)
2
3
4
6 mogrename -- Rename file (key) from one key to another
7
9 $ mogrename [OPTIONS] --old_key='/hello.jpg' --new_key='/bye.jpg'
10
11 $ mogupload --trackers=host --domain=foo --class=bar \
12 --old_key='/hello.jpg' --new_key='/bye.jpg'
13
14 $ mogupload --trackers=host1:7001,host2:7001 --domain=foo --class=bar \
15 --old_key='/hello.jpg' --new_key='/bye.jpg'
16
18 --trackers=host1:7001,host2:7001
19 Use these MogileFS trackers to negotiate with.
20
21 --domain=<domain>
22 Set the MogileFS domain to use.
23
24 --class=<class>
25 Set the class to use. Will use default class if not specified.
26
27 --old_key='<old key>'
28 An old key to rename the file from. Can be an arbitrary string.
29
30 --new_key='<new key>'
31 A new key to rename the file to. Can be an arbitrary string.
32
34 Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
35
37 None for this release. Please report any issues found.
38
40 Licensed for use and redistribution under the same terms as Perl
41 itself.
42
43
44
45perl v5.38.0 2023-07-20 MOGRENAME(1)