1PQ2-REDISTRIBUTE(1) General Commands Manual PQ2-REDISTRIBUTE(1)
2
3
4
6 pq2-redistribute - Execute the file movements as determined by pq2-ana-
7 dist
8
10 pq2-redistribute [-b backend] -f filemv
11
13 This manual page documents briefly the pq2-redistribute program.
14
15 pq2-redistribute is a script executing the file movements as determined
16 by pq2-ana-dist(1) using the specified backend. Currently only the
17 XROOTD backend is supported (tag 'xrd'; default).
18
19 More details about the input file can be found in the man page pq2-ana-
20 dist(1).
21
23 -h, --help
24 Display help information.
25
26 --dryrun
27 Only show the action that should be done (don't execute them).
28
29 -b <backend>
30 Tag identifying the backend to be used. Currently only 'xrd'
31 (for XROOTD) is supported.
32
33 -f <filemv>
34 File with the file movement directives produced by pq2-ana-dist
35 .
36
37 -r <redirurl>, --redir=<redirurl>
38 URL of the redirector from where the files should be copied and
39 deleted.
40
41 -t <dir>, --tmpdir=<dir>
42 Directory for temporary files; default is /tmp/<username>. Thsi
43 is used to store temporary copies of the files during transfers.
44
46 See setup-pq2(1).
47
49 pq2(1), pq2-ls(1), pq2-ls-files(1), pq2-ls-files-server(1), pq2-info-
50 server(1), pq2-ana-dist(1), pq2-put(1), pq2-verify(1), pq2-rm(1),
51 pq2-cache(1)
52
53 For more information on the ROOT system, please refer to
54 http://root.cern.ch
55
57 Gerardo Ganis for the ROOT team.
58
60 This library is free software; you can redistribute it and/or modify it
61 under the terms of the GNU Lesser General Public License as published
62 by the Free Software Foundation; either version 2.1 of the License, or
63 (at your option) any later version.
64
65 This library is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
67 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
68 General Public License for more details.
69
70 You should have received a copy of the GNU Lesser General Public
71 License along with this library; if not, write to the Free Software
72 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
73 USA
74
76 This manual page was originally written by Gerardo Ganis <ger‐
77 ardo.ganis@cern.ch>, for ROOT version 5.
78
79
80
81ROOT Version 5 PQ2-REDISTRIBUTE(1)