1GFAL-SAVE(1) General Commands Manual GFAL-SAVE(1)
2
3
4
6 gfal-save - read from standard input and write it to a file
7
9 gfal-save [ OPTION ]... FILE
10
11
13 gfal-save Reads from stdin and writes to a file until it finds EOF. If
14 the file exists, it will be overwritten.
15
16
18 -h, --help
19 show help about the command.
20
21 -V, --version
22 output version information and exit.
23
24 -v, --verbose
25 verbose mode. Repeat up to 3 times for the most verbose mode.
26
27 -D, --definition DEFINITION
28 define properties for gfal2. Definitions have the following syn‐
29 tax: "CONFIG_GROUP:KEY=VALUE"
30
31 -t, --timeout TIMEOUT
32 global timeout for the execution of the command. Command is in‐
33 terrupted if time expires before it finishes. Note: A grace pe‐
34 riod of 30 seconds is given to the global timeout.
35
36 -E, --cert CERT
37 user certificate. (This option takes effect only after
38 X509_USER_PROXY environment variable and default
39 /tmp/x509up_u`id -u` location cannot provide a certificate)
40
41 --key KEY
42 user private key.
43
44 -4 forces Gfal2 to use IPv4 addresses only. (Option valid only for
45 GridFTP protocol)
46
47 -6 forces Gfal2 to use IPv6 addresses only. (Option valid only for
48 GridFTP protocol)
49
50 -C, --client-info CLIENT_INFO
51 provide custom client-side information.
52
53 --log-file LOG_FILE
54 write Gfal2 library logs to the given file location.
55
56
58 cat /etc/group | gfal-save srm://endpoint.cern.ch/path/group
59
60
62 /etc/gfal2.d/*
63 All configuration files in this directory affect the behavior of
64 the underlying gfal2.
65
66
68 Duarte Meneses <duarte.meneses@cern.ch>
69 Adrien Devresse <adrien.devresse@cern.ch>
70 Alejandro Alvarez Ayllon <alejandro.alvarez.ayllon@cern.ch>
71 Andrea Manzi <andrea.manzi@cern.ch>
72 Mihai Patrascoiu <mihai.patrascoiu@cern.ch>
73 Joao Lopes <joao.pedro.batista.lopes@cern.ch>
74
75
77 gfal-cat(1), gfal-chmod(1), gfal-copy(1), gfal-ls(1), gfal-mkdir(1),
78 gfal-rename(1), gfal-rm(1), gfal-save(1), gfal-stat(1), gfal-sum(1),
79 gfal-token(1), gfal-xattr(1)
80
81
82
83v1.7.1 March 2022 GFAL-SAVE(1)