1MOGLISTFIDS(1) User Contributed Perl Documentation MOGLISTFIDS(1)
2
3
4
6 moglistfids -- Iterate fid/key data from a MogileFS installation
7
9 Example utility for pulling all file data out of a MogileFS
10 installation. Utilities like this can be built on for creating backup
11 systems, Mogile<->Mogile syncronization systems, or Mogile->S3
12 syncronization.
13
14 This method is only a way of pulling new files which have existed since
15 the last time it was checked, as there's no logging of deleted files.
16
18 --trackers=host1:7001,host2:7001
19 Use these MogileFS trackers to negotiate with.
20
21 --fromfid=<fid>
22 The highest numbered fid fetched the last time this utility was
23 run.
24
25 --count=<count>
26 Numer of fids to inspect and return.
27
29 Dormando <dormando@rydia.net>
30
32 None known.
33
35 Licensed for use and redistribution under the same terms as Perl
36 itself.
37
38
39
40perl v5.38.0 2023-07-20 MOGLISTFIDS(1)