1MOGDELETE(1) User Contributed Perl Documentation MOGDELETE(1)
2
3
4
6 mogdelete -- Delete keys from a MogileFS installation
7
9 $ mogdelete --trackers=host --domain=foo --key="/hello.jpg"
10
12 --trackers=host1:7001,host2:7001
13 Use these MogileFS trackers to negotiate with.
14
15 --domain=<domain>
16 Set the MogileFS domain to use.
17
18 --key="<key>"
19 A key to delete. Can be an arbitrary string.
20
22 Dormando <dormando@rydia.net>
23
25 Produces a slightly weird error if key does not exist.
26
28 Licensed for use and redistribution under the same terms as Perl
29 itself.
30
31
32
33perl v5.38.0 2023-07-20 MOGDELETE(1)